#AD5183

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

Shades of Royal Heath #AD5183

Tints of Royal Heath #AD5183

Color information

#AD5183 (or 0xAD5183) is unknown color: approx Royal Heath. HEX triplet: AD, 51 and 83. RGB value is (173,81,131). Sum of RGB (Red+Green+Blue) = 173+81+131=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5183 is #52AE7C. Grayscale: #727272. Windows color (decimal): -5418621 or 8606125. OLE color: 8606125.

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

Color convert

RGB17381131-
CMYK00.530.240.32
HSL327.39º36.22%49.8%-
HSV(B)327.39º53.18%67.84%-
XYZ24.2716.4123.36-
YUV114.21137.48169.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=44.94%
G=21.04%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738113100.530.240.32327.3936.2249.8
HexAD518303518201472432
Octal25512120306530405074462
Binary10101101101000110000011011010111000100000101000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5183; }

 p { color: rgb(173,81,131); }

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

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

 a { background-color: rgb(173,81,131); }

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

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

 span { border-color: rgb(173,81,131); }

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