Html Css Color HEX #AA4580 Royal Heath

📋 copy color: '#AA4580'

red 170 ◦ green 69 ◦ blue 128

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

Shades of Royal Heath #AA4580

Tints of Royal Heath #AA4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

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

R = 46.32%
G = 18.8%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA4580 (or 0xAA4580) is known color: Royal Heath. HEX triplet: AA, 45 and 80. RGB value is (170,69,128). Sum of RGB (Red+Green+Blue) = 170+69+128=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4580 is #55BA7F. Grayscale: #696969. Windows color (decimal): -5618304 or 8406442. OLE color: 8406442.

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

Color convert

RGB 170 69 128 -
CMYK 0 0.59 0.25 0.33
HSL 324.95º 0.42% 0.47% -
HSV(B) 324.95º 0.59% 0.67% -
XYZ 22.6 14.36 22 -
YUV 105.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 170 69 128 0 0.59 0.25 0.33 324.95 0.42 0.47
Hex AA 45 80 0 3B 19 21 145 2A 2F
Octal 252 105 200 0 73 31 41 505 52 57
Binary 10101010 1000101 10000000 0 111011 11001 100001 101000101 101010 101111

Color Harmonies of #AA4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4580

Black with #AA4580

Text Example


Text Example

White with #AA4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4580; }

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

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

background-color css

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

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

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

border-color css

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

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

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