#AD5884

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

Shades of Royal Heath #AD5884

Tints of Royal Heath #AD5884

Color information

#AD5884 (or 0xAD5884) is unknown color: approx Royal Heath. HEX triplet: AD, 58 and 84. RGB value is (173,88,132). Sum of RGB (Red+Green+Blue) = 173+88+132=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5884 is #52A77B. Grayscale: #767676. Windows color (decimal): -5416828 or 8673453. OLE color: 8673453.

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

Color convert

RGB17388132-
CMYK00.490.240.32
HSL328.94º34.14%51.18%-
HSV(B)328.94º49.13%67.84%-
XYZ24.8917.5323.9-
YUV118.43135.66166.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=44.02%
G=22.39%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738813200.490.240.32328.9434.1451.18
HexAD588403118201492233
Octal25513020406130405114263
Binary10101101101100010000100011000111000100000101001001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5884; }

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

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

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

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

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

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

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

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