Html Css Color HEX #AD5A81 Royal Heath

📋 copy color: '#AD5A81'

red 173 ◦ green 90 ◦ blue 129

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

Shades of Royal Heath #AD5A81

Tints of Royal Heath #AD5A81

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

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

R = 44.13%
G = 22.96%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD5A81 (or 0xAD5A81) is known color: Royal Heath. HEX triplet: AD, 5A and 81. RGB value is (173,90,129). Sum of RGB (Red+Green+Blue) = 173+90+129=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A81 is #52A57E. Grayscale: #777777. Windows color (decimal): -5416319 or 8477357. OLE color: 8477357.

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

Color convert

RGB 173 90 129 -
CMYK 0 0.48 0.25 0.32
HSL 331.81º 0.34% 0.52% -
HSV(B) 331.81º 0.48% 0.68% -
XYZ 24.85 17.78 22.89 -
YUV 119.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 173 90 129 0 0.48 0.25 0.32 331.81 0.34 0.52
Hex AD 5A 81 0 30 19 20 14C 22 34
Octal 255 132 201 0 60 31 40 514 42 64
Binary 10101101 1011010 10000001 0 110000 11001 100000 101001100 100010 110100

Color Harmonies of #AD5A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A81

Black with #AD5A81

Text Example


Text Example

White with #AD5A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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