Html Css Color HEX #AA447A Royal Heath

📋 copy color: '#AA447A'

red 170 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #AA447A

Tints of Royal Heath #AA447A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 47.22%
G = 18.89%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA447A (or 0xAA447A) is known color: Royal Heath. HEX triplet: AA, 44 and 7A. RGB value is (170,68,122). Sum of RGB (Red+Green+Blue) = 170+68+122=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA447A is #55BB85. Grayscale: #686868. Windows color (decimal): -5618566 or 8012970. OLE color: 8012970.

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

Color convert

RGB 170 68 122 -
CMYK 0 0.6 0.28 0.33
HSL 328.24º 0.43% 0.47% -
HSV(B) 328.24º 0.6% 0.67% -
XYZ 22.16 14.09 19.96 -
YUV 104.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 170 68 122 0 0.6 0.28 0.33 328.24 0.43 0.47
Hex AA 44 7A 0 3C 1C 21 148 2B 2F
Octal 252 104 172 0 74 34 41 510 53 57
Binary 10101010 1000100 1111010 0 111100 11100 100001 101001000 101011 101111

Color Harmonies of #AA447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA447A

Black with #AA447A

Text Example


Text Example

White with #AA447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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