#AF5678

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

Shades of Royal Heath #AF5678

Tints of Royal Heath #AF5678

Color information

#AF5678 (or 0xAF5678) is unknown color: approx Royal Heath. HEX triplet: AF, 56 and 78. RGB value is (175,86,120). Sum of RGB (Red+Green+Blue) = 175+86+120=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5678 is #50A987. Grayscale: #747474. Windows color (decimal): -5286280 or 7886511. OLE color: 7886511.

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

Color convert

RGB17586120-
CMYK00.510.310.31
HSL337.08º35.74%51.18%-
HSV(B)337.08º50.86%68.63%-
XYZ24.417.1319.79-
YUV116.49129.99169.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=45.93%
G=22.57%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758612000.510.310.31337.0835.7451.18
HexAF56780331F1F1512433
Octal25712617006337375214463
Binary101011111010110111100001100111111111111101010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5678; }

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

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

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

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

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

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

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

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