Html Css Color HEX #AA249E Medium Red Violet

📋 copy color: '#AA249E'

red 170 ◦ green 36 ◦ blue 158

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

Shades of Medium Red Violet #AA249E

Tints of Medium Red Violet #AA249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 158 (62.11% from 255) = 43.41%

R = 46.7%
G = 9.89%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA249E (or 0xAA249E) is known color: Medium Red Violet. HEX triplet: AA, 24 and 9E. RGB value is (170,36,158). Sum of RGB (Red+Green+Blue) = 170+36+158=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA249E is #55DB61. Grayscale: #595959. Windows color (decimal): -5626722 or 10364074. OLE color: 10364074.

HSL color Cylindrical-coordinate representation of color #AA249E: hue angle of 305.37º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA249E is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 36 158 -
CMYK 0 0.79 0.07 0.33
HSL 305.37º 0.65% 0.4% -
HSV(B) 305.37º 0.79% 0.67% -
XYZ 23.38 12.28 33.49 -
YUV 89.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 170 36 158 0 0.79 0.07 0.33 305.37 0.65 0.4
Hex AA 24 9E 0 4F 7 21 131 41 28
Octal 252 44 236 0 117 7 41 461 101 50
Binary 10101010 100100 10011110 0 1001111 111 100001 100110001 1000001 101000

Color Harmonies of #AA249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA249E

Black with #AA249E

Text Example


Text Example

White with #AA249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA249E; }

 p { color: rgb(170,36,158); }

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

background-color css

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

 a { background-color: rgb(170,36,158); }

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

border-color css

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

 span { border-color: rgb(170,36,158); }

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