#AF577B

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

Shades of Royal Heath #AF577B

Tints of Royal Heath #AF577B

Color information

#AF577B (or 0xAF577B) is unknown color: approx Royal Heath. HEX triplet: AF, 57 and 7B. RGB value is (175,87,123). Sum of RGB (Red+Green+Blue) = 175+87+123=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF577B is #50A884. Grayscale: #757575. Windows color (decimal): -5286021 or 8083375. OLE color: 8083375.

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

Color convert

RGB17587123-
CMYK00.500.300.31
HSL335.45º35.48%51.37%-
HSV(B)335.45º50.29%68.63%-
XYZ24.6617.3620.79-
YUV117.42131.15169.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=45.45%
G=22.60%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758712300.500.300.31335.4535.4851.37
HexAF577B0321E1F14f2333
Octal25712717306236375174363
Binary101011111010111111101101100101111011111101001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF577B; }

 p { color: rgb(175,87,123); }

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

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

 a { background-color: rgb(175,87,123); }

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

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

 span { border-color: rgb(175,87,123); }

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