Html Css Color HEX #AA447C Royal Heath

📋 copy color: '#AA447C'

red 170 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #AA447C

Tints of Royal Heath #AA447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 46.96%
G = 18.78%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA447C (or 0xAA447C) is known color: Royal Heath. HEX triplet: AA, 44 and 7C. RGB value is (170,68,124). Sum of RGB (Red+Green+Blue) = 170+68+124=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA447C is #55BB83. Grayscale: #686868. Windows color (decimal): -5618564 or 8144042. OLE color: 8144042.

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

Color convert

RGB 170 68 124 -
CMYK 0 0.6 0.27 0.33
HSL 327.06º 0.43% 0.47% -
HSV(B) 327.06º 0.6% 0.67% -
XYZ 22.28 14.14 20.62 -
YUV 104.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 170 68 124 0 0.6 0.27 0.33 327.06 0.43 0.47
Hex AA 44 7C 0 3C 1B 21 147 2B 2F
Octal 252 104 174 0 74 33 41 507 53 57
Binary 10101010 1000100 1111100 0 111100 11011 100001 101000111 101011 101111

Color Harmonies of #AA447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA447C

Black with #AA447C

Text Example


Text Example

White with #AA447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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