Html Css Color HEX #AD5183 Royal Heath

📋 copy color: '#AD5183'

red 173 ◦ green 81 ◦ blue 131

#AD5183
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AD5183

Tints of Royal Heath #AD5183

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 value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD5183 (or 0xAD5183) is known color: 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

RGB 173 81 131 -
CMYK 0 0.53 0.24 0.32
HSL 327.39º 0.36% 0.5% -
HSV(B) 327.39º 0.53% 0.68% -
XYZ 24.27 16.41 23.36 -
YUV 114.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 173 81 131 0 0.53 0.24 0.32 327.39 0.36 0.5
Hex AD 51 83 0 35 18 20 147 24 32
Octal 255 121 203 0 65 30 40 507 44 62
Binary 10101101 1010001 10000011 0 110101 11000 100000 101000111 100100 110010

Color Harmonies of #AD5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5183

Black with #AD5183

Text Example


Text Example

White with #AD5183

Text Example


Text Example

HTML Codes & Css Web 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>