#AF4982

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

Shades of Royal Heath #AF4982

Tints of Royal Heath #AF4982

Color information

#AF4982 (or 0xAF4982) is unknown color: approx Royal Heath. HEX triplet: AF, 49 and 82. RGB value is (175,73,130). Sum of RGB (Red+Green+Blue) = 175+73+130=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4982 is #50B67D. Grayscale: #6D6D6D. Windows color (decimal): -5289598 or 8538543. OLE color: 8538543.

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

Color convert

RGB17573130-
CMYK00.580.260.31
HSL326.47º41.13%48.63%-
HSV(B)326.47º58.29%68.63%-
XYZ24.0915.4922.84-
YUV110139.29174.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=46.30%
G=19.31%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757313000.580.260.31326.4741.1348.63
HexAF498203A1A1F1462931
Octal25711120207232375065161
Binary1010111110010011000001001110101101011111101000110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4982; }

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

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

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

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

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

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

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

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