Html Css Color HEX #AA417C Royal Heath

📋 copy color: '#AA417C'

red 170 ◦ green 65 ◦ blue 124

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

Shades of Royal Heath #AA417C

Tints of Royal Heath #AA417C

RGB

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

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

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

R = 47.35%
G = 18.11%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA417C (or 0xAA417C) is known color: Royal Heath. HEX triplet: AA, 41 and 7C. RGB value is (170,65,124). Sum of RGB (Red+Green+Blue) = 170+65+124=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA417C is #55BE83. Grayscale: #666666. Windows color (decimal): -5619332 or 8143274. OLE color: 8143274.

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

Color convert

RGB 170 65 124 -
CMYK 0 0.62 0.27 0.33
HSL 326.29º 0.45% 0.46% -
HSV(B) 326.29º 0.62% 0.67% -
XYZ 22.11 13.78 20.56 -
YUV 103.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 170 65 124 0 0.62 0.27 0.33 326.29 0.45 0.46
Hex AA 41 7C 0 3E 1B 21 146 2D 2E
Octal 252 101 174 0 76 33 41 506 55 56
Binary 10101010 1000001 1111100 0 111110 11011 100001 101000110 101101 101110

Color Harmonies of #AA417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA417C

Black with #AA417C

Text Example


Text Example

White with #AA417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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