#AD5885

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

Shades of Royal Heath #AD5885

Tints of Royal Heath #AD5885

Color information

#AD5885 (or 0xAD5885) is unknown color: approx Royal Heath. HEX triplet: AD, 58 and 85. RGB value is (173,88,133). Sum of RGB (Red+Green+Blue) = 173+88+133=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5885 is #52A77A. Grayscale: #767676. Windows color (decimal): -5416827 or 8738989. OLE color: 8738989.

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

Color convert

RGB17388133-
CMYK00.490.230.32
HSL328.24º34.14%51.18%-
HSV(B)328.24º49.13%67.84%-
XYZ24.9617.5624.26-
YUV118.54136.16166.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=43.91%
G=22.34%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738813300.490.230.32328.2434.1451.18
HexAD588503117201482233
Octal25513020506127405104263
Binary10101101101100010000101011000110111100000101001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5885; }

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

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

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

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

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

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

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

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