Html Css Color HEX #AA4778 Royal Heath

📋 copy color: '#AA4778'

red 170 ◦ green 71 ◦ blue 120

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

Shades of Royal Heath #AA4778

Tints of Royal Heath #AA4778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 47.09%
G = 19.67%
B = 33.24%

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

#AA4778 (or 0xAA4778) is known color: Royal Heath. HEX triplet: AA, 47 and 78. RGB value is (170,71,120). Sum of RGB (Red+Green+Blue) = 170+71+120=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4778 is #55B887. Grayscale: #6A6A6A. Windows color (decimal): -5617800 or 7882666. OLE color: 7882666.

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

Color convert

RGB 170 71 120 -
CMYK 0 0.58 0.29 0.33
HSL 330.3º 0.41% 0.47% -
HSV(B) 330.3º 0.58% 0.67% -
XYZ 22.22 14.41 19.38 -
YUV 106.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 170 71 120 0 0.58 0.29 0.33 330.3 0.41 0.47
Hex AA 47 78 0 3A 1D 21 14A 29 2F
Octal 252 107 170 0 72 35 41 512 51 57
Binary 10101010 1000111 1111000 0 111010 11101 100001 101001010 101001 101111

Color Harmonies of #AA4778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4778

Black with #AA4778

Text Example


Text Example

White with #AA4778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4778; }

 p { color: rgb(170,71,120); }

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

background-color css

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

 a { background-color: rgb(170,71,120); }

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

border-color css

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

 span { border-color: rgb(170,71,120); }

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