Html Css Color HEX #AD5381 Royal Heath

📋 copy color: '#AD5381'

red 173 ◦ green 83 ◦ blue 129

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

Shades of Royal Heath #AD5381

Tints of Royal Heath #AD5381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 44.94%
G = 21.56%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD5381 (or 0xAD5381) is known color: Royal Heath. HEX triplet: AD, 53 and 81. RGB value is (173,83,129). Sum of RGB (Red+Green+Blue) = 173+83+129=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5381 is #52AC7E. Grayscale: #737373. Windows color (decimal): -5418111 or 8475565. OLE color: 8475565.

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

Color convert

RGB 173 83 129 -
CMYK 0 0.52 0.25 0.32
HSL 329.33º 0.35% 0.5% -
HSV(B) 329.33º 0.52% 0.68% -
XYZ 24.29 16.66 22.7 -
YUV 115.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 173 83 129 0 0.52 0.25 0.32 329.33 0.35 0.5
Hex AD 53 81 0 34 19 20 149 23 32
Octal 255 123 201 0 64 31 40 511 43 62
Binary 10101101 1010011 10000001 0 110100 11001 100000 101001001 100011 110010

Color Harmonies of #AD5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5381

Black with #AD5381

Text Example


Text Example

White with #AD5381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5381; }

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

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

background-color css

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

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

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

border-color css

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

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

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