Html Css Color HEX #AD5181 Royal Heath

📋 copy color: '#AD5181'

red 173 ◦ green 81 ◦ blue 129

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

Shades of Royal Heath #AD5181

Tints of Royal Heath #AD5181

RGB

 RED value IS 173 (67.97% from 255) = 45.17%

 GREEN value IS 81 (32.03% from 255) = 21.15%

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 45.17%
G = 21.15%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD5181 (or 0xAD5181) is known color: Royal Heath. HEX triplet: AD, 51 and 81. RGB value is (173,81,129). Sum of RGB (Red+Green+Blue) = 173+81+129=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5181 is #52AE7E. Grayscale: #717171. Windows color (decimal): -5418623 or 8475053. OLE color: 8475053.

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

Color convert

RGB 173 81 129 -
CMYK 0 0.53 0.25 0.32
HSL 328.7º 0.36% 0.5% -
HSV(B) 328.7º 0.53% 0.68% -
XYZ 24.14 16.35 22.65 -
YUV 113.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 173 81 129 0 0.53 0.25 0.32 328.7 0.36 0.5
Hex AD 51 81 0 35 19 20 149 24 32
Octal 255 121 201 0 65 31 40 511 44 62
Binary 10101101 1010001 10000001 0 110101 11001 100000 101001001 100100 110010

Color Harmonies of #AD5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5181

Black with #AD5181

Text Example


Text Example

White with #AD5181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5181; }

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

 H1.HeaderClassName
 {
   color: #AD5181;
 }
 .AnyTagClassName
 {
   color: #AD5181;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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