Html Css Color HEX #AA2C9E Medium Red Violet

📋 copy color: '#AA2C9E'

red 170 ◦ green 44 ◦ blue 158

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

Shades of Medium Red Violet #AA2C9E

Tints of Medium Red Violet #AA2C9E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.83%

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

R = 45.7%
G = 11.83%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA2C9E (or 0xAA2C9E) is known color: Medium Red Violet. HEX triplet: AA, 2C and 9E. RGB value is (170,44,158). Sum of RGB (Red+Green+Blue) = 170+44+158=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2C9E is #55D361. Grayscale: #5E5E5E. Windows color (decimal): -5624674 or 10366122. OLE color: 10366122.

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

Color convert

RGB 170 44 158 -
CMYK 0 0.74 0.07 0.33
HSL 305.71º 0.59% 0.42% -
HSV(B) 305.71º 0.74% 0.67% -
XYZ 23.65 12.82 33.58 -
YUV 94.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 170 44 158 0 0.74 0.07 0.33 305.71 0.59 0.42
Hex AA 2C 9E 0 4A 7 21 132 3B 2A
Octal 252 54 236 0 112 7 41 462 73 52
Binary 10101010 101100 10011110 0 1001010 111 100001 100110010 111011 101010

Color Harmonies of #AA2C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2C9E

Black with #AA2C9E

Text Example


Text Example

White with #AA2C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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