#AF4573

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

Shades of Royal Heath #AF4573

Tints of Royal Heath #AF4573

Color information

#AF4573 (or 0xAF4573) is unknown color: approx Royal Heath. HEX triplet: AF, 45 and 73. RGB value is (175,69,115). Sum of RGB (Red+Green+Blue) = 175+69+115=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4573 is #50BA8C. Grayscale: #696969. Windows color (decimal): -5290637 or 7554479. OLE color: 7554479.

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

Color convert

RGB17569115-
CMYK00.610.340.31
HSL333.96º43.44%47.84%-
HSV(B)333.96º60.57%68.63%-
XYZ22.914.6117.83-
YUV105.94133.12177.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=48.75%
G=19.22%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756911500.610.340.31333.9643.4447.84
HexAF457303D221F14e2b30
Octal25710516307542375165360
Binary1010111110001011110011011110110001011111101001110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4573; }

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

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

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

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

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

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

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

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