#AF577D

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

Shades of Royal Heath #AF577D

Tints of Royal Heath #AF577D

Color information

#AF577D (or 0xAF577D) is unknown color: approx Royal Heath. HEX triplet: AF, 57 and 7D. RGB value is (175,87,125). Sum of RGB (Red+Green+Blue) = 175+87+125=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF577D is #50A882. Grayscale: #757575. Windows color (decimal): -5286019 or 8214447. OLE color: 8214447.

HSL color Cylindrical-coordinate representation of color #AF577D: hue angle of 334.09º 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 #AF577D is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17587125-
CMYK00.500.290.31
HSL334.09º35.48%51.37%-
HSV(B)334.09º50.29%68.63%-
XYZ24.7917.4121.46-
YUV117.64132.15168.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=45.22%
G=22.48%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758712500.500.290.31334.0935.4851.37
HexAF577D0321D1F14e2333
Octal25712717506235375164363
Binary101011111010111111110101100101110111111101001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF577D; }

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

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

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

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

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

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

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

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