Html Css Color HEX #AA4473 Royal Heath

📋 copy color: '#AA4473'

red 170 ◦ green 68 ◦ blue 115

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

Shades of Royal Heath #AA4473

Tints of Royal Heath #AA4473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 48.16%
G = 19.26%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA4473 (or 0xAA4473) is known color: Royal Heath. HEX triplet: AA, 44 and 73. RGB value is (170,68,115). Sum of RGB (Red+Green+Blue) = 170+68+115=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4473 is #55BB8C. Grayscale: #676767. Windows color (decimal): -5618573 or 7554218. OLE color: 7554218.

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

Color convert

RGB 170 68 115 -
CMYK 0 0.6 0.32 0.33
HSL 332.35º 0.43% 0.47% -
HSV(B) 332.35º 0.6% 0.67% -
XYZ 21.74 13.92 17.76 -
YUV 103.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 170 68 115 0 0.6 0.32 0.33 332.35 0.43 0.47
Hex AA 44 73 0 3C 20 21 14C 2B 2F
Octal 252 104 163 0 74 40 41 514 53 57
Binary 10101010 1000100 1110011 0 111100 100000 100001 101001100 101011 101111

Color Harmonies of #AA4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4473

Black with #AA4473

Text Example


Text Example

White with #AA4473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4473; }

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

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

background-color css

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

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

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

border-color css

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

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

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