Html Css Color HEX #AA4474 Royal Heath

📋 copy color: '#AA4474'

red 170 ◦ green 68 ◦ blue 116

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

Shades of Royal Heath #AA4474

Tints of Royal Heath #AA4474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 48.02%
G = 19.21%
B = 32.77%

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

#AA4474 (or 0xAA4474) is known color: Royal Heath. HEX triplet: AA, 44 and 74. RGB value is (170,68,116). Sum of RGB (Red+Green+Blue) = 170+68+116=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4474 is #55BB8B. Grayscale: #676767. Windows color (decimal): -5618572 or 7619754. OLE color: 7619754.

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

Color convert

RGB 170 68 116 -
CMYK 0 0.6 0.32 0.33
HSL 331.76º 0.43% 0.47% -
HSV(B) 331.76º 0.6% 0.67% -
XYZ 21.8 13.94 18.07 -
YUV 103.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 170 68 116 0 0.6 0.32 0.33 331.76 0.43 0.47
Hex AA 44 74 0 3C 20 21 14C 2B 2F
Octal 252 104 164 0 74 40 41 514 53 57
Binary 10101010 1000100 1110100 0 111100 100000 100001 101001100 101011 101111

Color Harmonies of #AA4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4474

Black with #AA4474

Text Example


Text Example

White with #AA4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4474; }

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

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

background-color css

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

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

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

border-color css

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

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

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