#AF5675

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

Shades of Royal Heath #AF5675

Tints of Royal Heath #AF5675

Color information

#AF5675 (or 0xAF5675) is unknown color: approx Royal Heath. HEX triplet: AF, 56 and 75. RGB value is (175,86,117). Sum of RGB (Red+Green+Blue) = 175+86+117=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5675 is #50A98A. Grayscale: #747474. Windows color (decimal): -5286283 or 7689903. OLE color: 7689903.

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

Color convert

RGB17586117-
CMYK00.510.330.31
HSL339.1º35.74%51.18%-
HSV(B)339.1º50.86%68.63%-
XYZ24.2217.0518.84-
YUV116.14128.49169.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=46.30%
G=22.75%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758611700.510.330.31339.135.7451.18
HexAF5675033211F1532433
Octal25712616506341375234463
Binary1010111110101101110101011001110000111111101010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5675; }

 p { color: rgb(175,86,117); }

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

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

 a { background-color: rgb(175,86,117); }

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

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

 span { border-color: rgb(175,86,117); }

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