Html Css Color HEX #AA4470 Royal Heath

📋 copy color: '#AA4470'

red 170 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #AA4470

Tints of Royal Heath #AA4470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 48.57%
G = 19.43%
B = 32%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA4470 (or 0xAA4470) is known color: Royal Heath. HEX triplet: AA, 44 and 70. RGB value is (170,68,112). Sum of RGB (Red+Green+Blue) = 170+68+112=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4470 is #55BB8F. Grayscale: #676767. Windows color (decimal): -5618576 or 7357610. OLE color: 7357610.

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

Color convert

RGB 170 68 112 -
CMYK 0 0.6 0.34 0.33
HSL 334.12º 0.43% 0.47% -
HSV(B) 334.12º 0.6% 0.67% -
XYZ 21.57 13.85 16.87 -
YUV 103.51 132.79 175.42 -
System Red Green Blue C M Y K H S L
Decimal 170 68 112 0 0.6 0.34 0.33 334.12 0.43 0.47
Hex AA 44 70 0 3C 22 21 14E 2B 2F
Octal 252 104 160 0 74 42 41 516 53 57
Binary 10101010 1000100 1110000 0 111100 100010 100001 101001110 101011 101111

Color Harmonies of #AA4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4470

Black with #AA4470

Text Example


Text Example

White with #AA4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4470; }

 p { color: rgb(170,68,112); }

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

background-color css

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

 a { background-color: rgb(170,68,112); }

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

border-color css

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

 span { border-color: rgb(170,68,112); }

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