Html Css Color HEX #AA417A Royal Heath

📋 copy color: '#AA417A'

red 170 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #AA417A

Tints of Royal Heath #AA417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

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

R = 47.62%
G = 18.21%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA417A (or 0xAA417A) is known color: Royal Heath. HEX triplet: AA, 41 and 7A. RGB value is (170,65,122). Sum of RGB (Red+Green+Blue) = 170+65+122=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA417A is #55BE85. Grayscale: #666666. Windows color (decimal): -5619334 or 8012202. OLE color: 8012202.

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

Color convert

RGB 170 65 122 -
CMYK 0 0.62 0.28 0.33
HSL 327.43º 0.45% 0.46% -
HSV(B) 327.43º 0.62% 0.67% -
XYZ 21.98 13.73 19.9 -
YUV 102.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 170 65 122 0 0.62 0.28 0.33 327.43 0.45 0.46
Hex AA 41 7A 0 3E 1C 21 147 2D 2E
Octal 252 101 172 0 76 34 41 507 55 56
Binary 10101010 1000001 1111010 0 111110 11100 100001 101000111 101101 101110

Color Harmonies of #AA417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA417A

Black with #AA417A

Text Example


Text Example

White with #AA417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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