Html Css Color HEX #AA21A3 Medium Red Violet

📋 copy color: '#AA21A3'

red 170 ◦ green 33 ◦ blue 163

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

Shades of Medium Red Violet #AA21A3

Tints of Medium Red Violet #AA21A3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

 BLUE value IS 163 (64.06% from 255) = 44.54%

R = 46.45%
G = 9.02%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA21A3 (or 0xAA21A3) is known color: Medium Red Violet. HEX triplet: AA, 21 and A3. RGB value is (170,33,163). Sum of RGB (Red+Green+Blue) = 170+33+163=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA21A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA21A3 is #55DE5C. Grayscale: #585858. Windows color (decimal): -5627485 or 10690986. OLE color: 10690986.

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

Color convert

RGB 170 33 163 -
CMYK 0 0.81 0.04 0.33
HSL 303.07º 0.67% 0.4% -
HSV(B) 303.07º 0.81% 0.67% -
XYZ 23.73 12.28 35.77 -
YUV 88.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 170 33 163 0 0.81 0.04 0.33 303.07 0.67 0.4
Hex AA 21 A3 0 51 4 21 12F 43 28
Octal 252 41 243 0 121 4 41 457 103 50
Binary 10101010 100001 10100011 0 1010001 100 100001 100101111 1000011 101000

Color Harmonies of #AA21A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21A3

Black with #AA21A3

Text Example


Text Example

White with #AA21A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21A3; }

 p { color: rgb(170,33,163); }

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

background-color css

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

 a { background-color: rgb(170,33,163); }

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

border-color css

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

 span { border-color: rgb(170,33,163); }

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