Html Css Color HEX #AA4879 Royal Heath

📋 copy color: '#AA4879'

red 170 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #AA4879

Tints of Royal Heath #AA4879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 46.83%
G = 19.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA4879 (or 0xAA4879) is known color: Royal Heath. HEX triplet: AA, 48 and 79. RGB value is (170,72,121). Sum of RGB (Red+Green+Blue) = 170+72+121=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4879 is #55B786. Grayscale: #6A6A6A. Windows color (decimal): -5617543 or 7948458. OLE color: 7948458.

HSL color Cylindrical-coordinate representation of color #AA4879: hue angle of 330º 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 #AA4879 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 72 121 -
CMYK 0 0.58 0.29 0.33
HSL 330º 0.4% 0.47% -
HSV(B) 330º 0.58% 0.67% -
XYZ 22.35 14.56 19.72 -
YUV 106.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 170 72 121 0 0.58 0.29 0.33 330 0.4 0.47
Hex AA 48 79 0 3A 1D 21 14A 28 2F
Octal 252 110 171 0 72 35 41 512 50 57
Binary 10101010 1001000 1111001 0 111010 11101 100001 101001010 101000 101111

Color Harmonies of #AA4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4879

Black with #AA4879

Text Example


Text Example

White with #AA4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4879; }

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

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

background-color css

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

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

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

border-color css

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

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

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