#AD4F82

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

Shades of Royal Heath #AD4F82

Tints of Royal Heath #AD4F82

Color information

#AD4F82 (or 0xAD4F82) is unknown color: approx Royal Heath. HEX triplet: AD, 4F and 82. RGB value is (173,79,130). Sum of RGB (Red+Green+Blue) = 173+79+130=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4F82 is #52B07D. Grayscale: #707070. Windows color (decimal): -5419134 or 8540077. OLE color: 8540077.

HSL color Cylindrical-coordinate representation of color #AD4F82: hue angle of 327.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD4F82 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB17379130-
CMYK00.540.250.32
HSL327.45º37.3%49.41%-
HSV(B)327.45º54.34%67.84%-
XYZ24.0616.0922.96-
YUV112.92137.64170.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=45.29%
G=20.68%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737913000.540.250.32327.4537.349.41
HexAD4F8203619201472531
Octal25511720206631405074561
Binary10101101100111110000010011011011001100000101000111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F82; }

 p { color: rgb(173,79,130); }

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

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

 a { background-color: rgb(173,79,130); }

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

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

 span { border-color: rgb(173,79,130); }

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