#AF4983

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

Shades of Royal Heath #AF4983

Tints of Royal Heath #AF4983

Color information

#AF4983 (or 0xAF4983) is unknown color: approx Royal Heath. HEX triplet: AF, 49 and 83. RGB value is (175,73,131). Sum of RGB (Red+Green+Blue) = 175+73+131=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4983 is #50B67C. Grayscale: #6D6D6D. Windows color (decimal): -5289597 or 8604079. OLE color: 8604079.

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

Color convert

RGB17573131-
CMYK00.580.250.31
HSL325.88º41.13%48.63%-
HSV(B)325.88º58.29%68.63%-
XYZ24.1615.5223.19-
YUV110.11139.79174.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=46.17%
G=19.26%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757313100.580.250.31325.8841.1348.63
HexAF498303A191F1462931
Octal25711120307231375065161
Binary1010111110010011000001101110101100111111101000110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4983; }

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

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

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

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

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

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

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

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