Html Css Color HEX #AD5A82 Royal Heath

📋 copy color: '#AD5A82'

red 173 ◦ green 90 ◦ blue 130

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

Shades of Royal Heath #AD5A82

Tints of Royal Heath #AD5A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 44.02%
G = 22.9%
B = 33.08%

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

#AD5A82 (or 0xAD5A82) is known color: Royal Heath. HEX triplet: AD, 5A and 82. RGB value is (173,90,130). Sum of RGB (Red+Green+Blue) = 173+90+130=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A82 is #52A57D. Grayscale: #777777. Windows color (decimal): -5416318 or 8542893. OLE color: 8542893.

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

Color convert

RGB 173 90 130 -
CMYK 0 0.48 0.25 0.32
HSL 331.08º 0.34% 0.52% -
HSV(B) 331.08º 0.48% 0.68% -
XYZ 24.92 17.81 23.24 -
YUV 119.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 173 90 130 0 0.48 0.25 0.32 331.08 0.34 0.52
Hex AD 5A 82 0 30 19 20 14B 22 34
Octal 255 132 202 0 60 31 40 513 42 64
Binary 10101101 1011010 10000010 0 110000 11001 100000 101001011 100010 110100

Color Harmonies of #AD5A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A82

Black with #AD5A82

Text Example


Text Example

White with #AD5A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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