#AD5384

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

Shades of Royal Heath #AD5384

Tints of Royal Heath #AD5384

Color information

#AD5384 (or 0xAD5384) is unknown color: approx Royal Heath. HEX triplet: AD, 53 and 84. RGB value is (173,83,132). Sum of RGB (Red+Green+Blue) = 173+83+132=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5384 is #52AC7B. Grayscale: #737373. Windows color (decimal): -5418108 or 8672173. OLE color: 8672173.

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

Color convert

RGB17383132-
CMYK00.520.240.32
HSL327.33º35.43%50.2%-
HSV(B)327.33º52.02%67.84%-
XYZ24.4916.7423.77-
YUV115.5137.32169.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=44.59%
G=21.39%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738313200.520.240.32327.3335.4350.2
HexAD538403418201472332
Octal25512320406430405074362
Binary10101101101001110000100011010011000100000101000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5384; }

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

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

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

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

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

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

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

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