Html Css Color HEX #AA4880 Royal Heath

📋 copy color: '#AA4880'

red 170 ◦ green 72 ◦ blue 128

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

Shades of Royal Heath #AA4880

Tints of Royal Heath #AA4880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

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

R = 45.95%
G = 19.46%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA4880 (or 0xAA4880) is known color: Royal Heath. HEX triplet: AA, 48 and 80. RGB value is (170,72,128). Sum of RGB (Red+Green+Blue) = 170+72+128=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4880 is #55B77F. Grayscale: #6B6B6B. Windows color (decimal): -5617536 or 8407210. OLE color: 8407210.

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

Color convert

RGB 170 72 128 -
CMYK 0 0.58 0.25 0.33
HSL 325.71º 0.4% 0.47% -
HSV(B) 325.71º 0.58% 0.67% -
XYZ 22.79 14.74 22.07 -
YUV 107.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 170 72 128 0 0.58 0.25 0.33 325.71 0.4 0.47
Hex AA 48 80 0 3A 19 21 146 28 2F
Octal 252 110 200 0 72 31 41 506 50 57
Binary 10101010 1001000 10000000 0 111010 11001 100001 101000110 101000 101111

Color Harmonies of #AA4880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4880

Black with #AA4880

Text Example


Text Example

White with #AA4880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4880; }

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

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

background-color css

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

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

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

border-color css

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

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

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