Html Css Color HEX #AA427A Royal Heath

📋 copy color: '#AA427A'

red 170 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #AA427A

Tints of Royal Heath #AA427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

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

R = 47.49%
G = 18.44%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA427A (or 0xAA427A) is known color: Royal Heath. HEX triplet: AA, 42 and 7A. RGB value is (170,66,122). Sum of RGB (Red+Green+Blue) = 170+66+122=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA427A is #55BD85. Grayscale: #676767. Windows color (decimal): -5619078 or 8012458. OLE color: 8012458.

HSL color Cylindrical-coordinate representation of color #AA427A: hue angle of 327.69º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA427A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 122 -
CMYK 0 0.61 0.28 0.33
HSL 327.69º 0.44% 0.46% -
HSV(B) 327.69º 0.61% 0.67% -
XYZ 22.04 13.85 19.92 -
YUV 103.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 170 66 122 0 0.61 0.28 0.33 327.69 0.44 0.46
Hex AA 42 7A 0 3D 1C 21 148 2C 2E
Octal 252 102 172 0 75 34 41 510 54 56
Binary 10101010 1000010 1111010 0 111101 11100 100001 101001000 101100 101110

Color Harmonies of #AA427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA427A

Black with #AA427A

Text Example


Text Example

White with #AA427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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