Html Css Color HEX #AA239F Medium Red Violet

📋 copy color: '#AA239F'

red 170 ◦ green 35 ◦ blue 159

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

Shades of Medium Red Violet #AA239F

Tints of Medium Red Violet #AA239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.62%

 BLUE value IS 159 (62.5% from 255) = 43.68%

R = 46.7%
G = 9.62%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA239F (or 0xAA239F) is known color: Medium Red Violet. HEX triplet: AA, 23 and 9F. RGB value is (170,35,159). Sum of RGB (Red+Green+Blue) = 170+35+159=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA239F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA239F is #55DC60. Grayscale: #595959. Windows color (decimal): -5626977 or 10429354. OLE color: 10429354.

HSL color Cylindrical-coordinate representation of color #AA239F: hue angle of 304.89º degrees, saturation: 0.66, 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 #AA239F is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 35 159 -
CMYK 0 0.79 0.06 0.33
HSL 304.89º 0.66% 0.4% -
HSV(B) 304.89º 0.79% 0.67% -
XYZ 23.44 12.25 33.93 -
YUV 89.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 170 35 159 0 0.79 0.06 0.33 304.89 0.66 0.4
Hex AA 23 9F 0 4F 6 21 131 42 28
Octal 252 43 237 0 117 6 41 461 102 50
Binary 10101010 100011 10011111 0 1001111 110 100001 100110001 1000010 101000

Color Harmonies of #AA239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA239F

Black with #AA239F

Text Example


Text Example

White with #AA239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA239F; }

 p { color: rgb(170,35,159); }

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

background-color css

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

 a { background-color: rgb(170,35,159); }

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

border-color css

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

 span { border-color: rgb(170,35,159); }

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