#AF5685

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

Shades of Royal Heath #AF5685

Tints of Royal Heath #AF5685

Color information

#AF5685 (or 0xAF5685) is unknown color: approx Royal Heath. HEX triplet: AF, 56 and 85. RGB value is (175,86,133). Sum of RGB (Red+Green+Blue) = 175+86+133=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5685 is #50A97A. Grayscale: #757575. Windows color (decimal): -5286267 or 8738479. OLE color: 8738479.

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

Color convert

RGB17586133-
CMYK00.510.240.31
HSL328.31º35.74%51.18%-
HSV(B)328.31º50.86%68.63%-
XYZ25.2417.4624.23-
YUV117.97136.49168.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=44.42%
G=21.83%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758613300.510.240.31328.3135.7451.18
HexAF5685033181F1482433
Octal25712620506330375104463
Binary1010111110101101000010101100111100011111101001000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5685; }

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

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

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

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

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

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

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

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