#AD5484

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

Shades of Royal Heath #AD5484

Tints of Royal Heath #AD5484

Color information

#AD5484 (or 0xAD5484) is unknown color: approx Royal Heath. HEX triplet: AD, 54 and 84. RGB value is (173,84,132). Sum of RGB (Red+Green+Blue) = 173+84+132=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5484 is #52AB7B. Grayscale: #737373. Windows color (decimal): -5417852 or 8672429. OLE color: 8672429.

HSL color Cylindrical-coordinate representation of color #AD5484: hue angle of 327.64º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5484 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB17384132-
CMYK00.510.240.32
HSL327.64º35.18%50.39%-
HSV(B)327.64º51.45%67.84%-
XYZ24.5716.8923.8-
YUV116.08136.99168.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=44.47%
G=21.59%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738413200.510.240.32327.6435.1850.39
HexAD548403318201482332
Octal25512420406330405104362
Binary10101101101010010000100011001111000100000101001000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5484; }

 p { color: rgb(173,84,132); }

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

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

 a { background-color: rgb(173,84,132); }

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

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

 span { border-color: rgb(173,84,132); }

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