#AD5882

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

Shades of Royal Heath #AD5882

Tints of Royal Heath #AD5882

Color information

#AD5882 (or 0xAD5882) is unknown color: approx Royal Heath. HEX triplet: AD, 58 and 82. RGB value is (173,88,130). Sum of RGB (Red+Green+Blue) = 173+88+130=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5882 is #52A77D. Grayscale: #767676. Windows color (decimal): -5416830 or 8542381. OLE color: 8542381.

HSL color Cylindrical-coordinate representation of color #AD5882: hue angle of 330.35º 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 #AD5882 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB17388130-
CMYK00.490.250.32
HSL330.35º34.14%51.18%-
HSV(B)330.35º49.13%67.84%-
XYZ24.7517.4823.19-
YUV118.2134.66167.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=44.25%
G=22.51%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738813000.490.250.32330.3534.1451.18
HexAD5882031192014a2233
Octal25513020206131405124263
Binary10101101101100010000010011000111001100000101001010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5882; }

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

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

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

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

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

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

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

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