Html Css Color HEX #AA239B Medium Red Violet

📋 copy color: '#AA239B'

red 170 ◦ green 35 ◦ blue 155

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

Shades of Medium Red Violet #AA239B

Tints of Medium Red Violet #AA239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 47.22%
G = 9.72%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA239B (or 0xAA239B) is known color: Medium Red Violet. HEX triplet: AA, 23 and 9B. RGB value is (170,35,155). Sum of RGB (Red+Green+Blue) = 170+35+155=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA239B is #55DC64. Grayscale: #585858. Windows color (decimal): -5626981 or 10167210. OLE color: 10167210.

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

Color convert

RGB 170 35 155 -
CMYK 0 0.79 0.09 0.33
HSL 306.67º 0.66% 0.4% -
HSV(B) 306.67º 0.79% 0.67% -
XYZ 23.09 12.11 32.13 -
YUV 89.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 170 35 155 0 0.79 0.09 0.33 306.67 0.66 0.4
Hex AA 23 9B 0 4F 9 21 133 42 28
Octal 252 43 233 0 117 11 41 463 102 50
Binary 10101010 100011 10011011 0 1001111 1001 100001 100110011 1000010 101000

Color Harmonies of #AA239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA239B

Black with #AA239B

Text Example


Text Example

White with #AA239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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