#AF4576

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

Shades of Royal Heath #AF4576

Tints of Royal Heath #AF4576

Color information

#AF4576 (or 0xAF4576) is unknown color: approx Royal Heath. HEX triplet: AF, 45 and 76. RGB value is (175,69,118). Sum of RGB (Red+Green+Blue) = 175+69+118=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4576 is #50BA89. Grayscale: #6A6A6A. Windows color (decimal): -5290634 or 7751087. OLE color: 7751087.

HSL color Cylindrical-coordinate representation of color #AF4576: hue angle of 332.26º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4576 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17569118-
CMYK00.610.330.31
HSL332.26º43.44%47.84%-
HSV(B)332.26º60.57%68.63%-
XYZ23.0814.6818.76-
YUV106.28134.62177.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 69 (27.34% from 255) = 19.06%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=48.34%
G=19.06%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756911800.610.330.31332.2643.4447.84
HexAF457603D211F14c2b30
Octal25710516607541375145360
Binary1010111110001011110110011110110000111111101001100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4576; }

 p { color: rgb(175,69,118); }

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

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

 a { background-color: rgb(175,69,118); }

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

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

 span { border-color: rgb(175,69,118); }

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