#AD5881

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

Shades of Royal Heath #AD5881

Tints of Royal Heath #AD5881

Color information

#AD5881 (or 0xAD5881) is unknown color: approx Royal Heath. HEX triplet: AD, 58 and 81. RGB value is (173,88,129). Sum of RGB (Red+Green+Blue) = 173+88+129=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5881 is #52A77E. Grayscale: #767676. Windows color (decimal): -5416831 or 8476845. OLE color: 8476845.

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

Color convert

RGB17388129-
CMYK00.490.250.32
HSL331.06º34.14%51.18%-
HSV(B)331.06º49.13%67.84%-
XYZ24.6917.4522.84-
YUV118.09134.16167.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=44.36%
G=22.56%
B=33.08%

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
Decimal1738812900.490.250.32331.0634.1451.18
HexAD5881031192014b2233
Octal25513020106131405134263
Binary10101101101100010000001011000111001100000101001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5881; }

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

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

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

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

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

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

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

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