Html Css Color HEX #AA4A80 Royal Heath

📋 copy color: '#AA4A80'

red 170 ◦ green 74 ◦ blue 128

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

Shades of Royal Heath #AA4A80

Tints of Royal Heath #AA4A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

 BLUE value IS 128 (50.39% from 255) = 34.41%

R = 45.7%
G = 19.89%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA4A80 (or 0xAA4A80) is known color: Royal Heath. HEX triplet: AA, 4A and 80. RGB value is (170,74,128). Sum of RGB (Red+Green+Blue) = 170+74+128=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A80 is #55B57F. Grayscale: #6C6C6C. Windows color (decimal): -5617024 or 8407722. OLE color: 8407722.

HSL color Cylindrical-coordinate representation of color #AA4A80: hue angle of 326.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A80 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 74 128 -
CMYK 0 0.56 0.25 0.33
HSL 326.25º 0.39% 0.48% -
HSV(B) 326.25º 0.56% 0.67% -
XYZ 22.92 15 22.11 -
YUV 108.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 170 74 128 0 0.56 0.25 0.33 326.25 0.39 0.48
Hex AA 4A 80 0 38 19 21 146 27 30
Octal 252 112 200 0 70 31 41 506 47 60
Binary 10101010 1001010 10000000 0 111000 11001 100001 101000110 100111 110000

Color Harmonies of #AA4A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A80

Black with #AA4A80

Text Example


Text Example

White with #AA4A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A80; }

 p { color: rgb(170,74,128); }

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

background-color css

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

 a { background-color: rgb(170,74,128); }

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

border-color css

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

 span { border-color: rgb(170,74,128); }

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