#AF3A72

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

Shades of Royal Heath #AF3A72

Tints of Royal Heath #AF3A72

Color information

#AF3A72 (or 0xAF3A72) is unknown color: approx Royal Heath. HEX triplet: AF, 3A and 72. RGB value is (175,58,114). Sum of RGB (Red+Green+Blue) = 175+58+114=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3A72 is #50C58D. Grayscale: #636363. Windows color (decimal): -5293454 or 7486127. OLE color: 7486127.

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

Color convert

RGB17558114-
CMYK00.670.350.31
HSL331.28º50.21%45.69%-
HSV(B)331.28º66.86%68.63%-
XYZ22.2313.3517.33-
YUV99.37136.26181.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=50.43%
G=16.71%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755811400.670.350.31331.2850.2145.69
HexAF3A72043231F14b322e
Octal25772162010343375136256
Binary1010111111101011100100100001110001111111101001011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3A72; }

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

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

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

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

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

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

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

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