Html Css Color HEX #AA5481 Royal Heath

📋 copy color: '#AA5481'

red 170 ◦ green 84 ◦ blue 129

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

Shades of Royal Heath #AA5481

Tints of Royal Heath #AA5481

RGB

 RED value IS 170 (66.8% from 255) = 44.39%

 GREEN value IS 84 (33.2% from 255) = 21.93%

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

R = 44.39%
G = 21.93%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA5481 (or 0xAA5481) is known color: Royal Heath. HEX triplet: AA, 54 and 81. RGB value is (170,84,129). Sum of RGB (Red+Green+Blue) = 170+84+129=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5481 is #55AB7E. Grayscale: #727272. Windows color (decimal): -5614463 or 8475818. OLE color: 8475818.

HSL color Cylindrical-coordinate representation of color #AA5481: hue angle of 328.6º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5481 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 84 129 -
CMYK 0 0.51 0.24 0.33
HSL 328.6º 0.34% 0.5% -
HSV(B) 328.6º 0.51% 0.67% -
XYZ 23.71 16.47 22.7 -
YUV 114.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 170 84 129 0 0.51 0.24 0.33 328.6 0.34 0.5
Hex AA 54 81 0 33 18 21 149 22 32
Octal 252 124 201 0 63 30 41 511 42 62
Binary 10101010 1010100 10000001 0 110011 11000 100001 101001001 100010 110010

Color Harmonies of #AA5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5481

Black with #AA5481

Text Example


Text Example

White with #AA5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5481; }

 p { color: rgb(170,84,129); }

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

background-color css

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

 a { background-color: rgb(170,84,129); }

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

border-color css

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

 span { border-color: rgb(170,84,129); }

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