#AF4975

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

Shades of Royal Heath #AF4975

Tints of Royal Heath #AF4975

Color information

#AF4975 (or 0xAF4975) is unknown color: approx Royal Heath. HEX triplet: AF, 49 and 75. RGB value is (175,73,117). Sum of RGB (Red+Green+Blue) = 175+73+117=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4975 is #50B68A. Grayscale: #6C6C6C. Windows color (decimal): -5289611 or 7686575. OLE color: 7686575.

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

Color convert

RGB17573117-
CMYK00.580.330.31
HSL334.12º41.13%48.63%-
HSV(B)334.12º58.29%68.63%-
XYZ23.2715.1618.53-
YUV108.51132.79175.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=47.95%
G=20%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757311700.580.330.31334.1241.1348.63
HexAF497503A211F14e2931
Octal25711116507241375165161
Binary1010111110010011110101011101010000111111101001110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4975; }

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

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

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

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

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

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

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

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