#AF4972

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

Shades of Royal Heath #AF4972

Tints of Royal Heath #AF4972

Color information

#AF4972 (or 0xAF4972) is unknown color: approx Royal Heath. HEX triplet: AF, 49 and 72. RGB value is (175,73,114). Sum of RGB (Red+Green+Blue) = 175+73+114=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4972 is #50B68D. Grayscale: #6C6C6C. Windows color (decimal): -5289614 or 7489967. OLE color: 7489967.

HSL color Cylindrical-coordinate representation of color #AF4972: hue angle of 335.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4972 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17573114-
CMYK00.580.350.31
HSL335.88º41.13%48.63%-
HSV(B)335.88º58.29%68.63%-
XYZ23.115.0917.62-
YUV108.17131.29175.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=48.34%
G=20.17%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757311400.580.350.31335.8841.1348.63
HexAF497203A231F1502931
Octal25711116207243375205161
Binary1010111110010011110010011101010001111111101010000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4972; }

 p { color: rgb(175,73,114); }

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

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

 a { background-color: rgb(175,73,114); }

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

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

 span { border-color: rgb(175,73,114); }

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