#AF557A

Color #AF557A Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AF557A

Tints of Royal Heath #AF557A

Color information

#AF557A (or 0xAF557A) is unknown color: approx Royal Heath. HEX triplet: AF, 55 and 7A. RGB value is (175,85,122). Sum of RGB (Red+Green+Blue) = 175+85+122=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF557A is #50AA85. Grayscale: #747474. Windows color (decimal): -5286534 or 8017327. OLE color: 8017327.

HSL color Cylindrical-coordinate representation of color #AF557A: hue angle of 335.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF557A is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17585122-
CMYK00.510.300.31
HSL335.33º36%50.98%-
HSV(B)335.33º51.43%68.63%-
XYZ24.4417.0220.41-
YUV116.13131.32169.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=45.81%
G=22.25%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758512200.510.300.31335.333650.98
HexAF557A0331E1F14f2433
Octal25712517206336375174463
Binary101011111010101111101001100111111011111101001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF557A; }

 p { color: rgb(175,85,122); }

 H1.HeaderClassName
 {
   color: #AF557A;
 }
 .AnyTagClassName
 {
   color: #AF557A;
 }
</style>
background-color css

<style>
 a { background-color: #AF557A; }

 a { background-color: rgb(175,85,122); }

 div.DivClassName
 {
   background-color: #AF557A;
 }
 .BgClassName
 {
   background-color: #AF557A;
 }
</style>
border-color css

<style>
 span { border-color: #AF557A; }

 span { border-color: rgb(175,85,122); }

 td.TdClassName
 {
   border-color: #AF557A;
 }
 .TagClassName
 {
   border-color: #AF557A;
 }
</style>