#AD4781

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

Shades of Royal Heath #AD4781

Tints of Royal Heath #AD4781

Color information

#AD4781 (or 0xAD4781) is unknown color: approx Royal Heath. HEX triplet: AD, 47 and 81. RGB value is (173,71,129). Sum of RGB (Red+Green+Blue) = 173+71+129=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4781 is #52B87E. Grayscale: #6B6B6B. Windows color (decimal): -5421183 or 8472493. OLE color: 8472493.

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

Color convert

RGB17371129-
CMYK00.590.250.32
HSL325.88º41.8%47.84%-
HSV(B)325.88º58.96%67.84%-
XYZ23.4514.9822.42-
YUV108.11139.79174.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=46.38%
G=19.03%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737112900.590.250.32325.8841.847.84
HexAD478103B19201462a30
Octal25510720107331405065260
Binary10101101100011110000001011101111001100000101000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4781; }

 p { color: rgb(173,71,129); }

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

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

 a { background-color: rgb(173,71,129); }

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

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

 span { border-color: rgb(173,71,129); }

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