Html Css Color HEX #AA218C Medium Red Violet

📋 copy color: '#AA218C'

red 170 ◦ green 33 ◦ blue 140

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

Shades of Medium Red Violet #AA218C

Tints of Medium Red Violet #AA218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 49.56%
G = 9.62%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA218C (or 0xAA218C) is known color: Medium Red Violet. HEX triplet: AA, 21 and 8C. RGB value is (170,33,140). Sum of RGB (Red+Green+Blue) = 170+33+140=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA218C is #55DE73. Grayscale: #555555. Windows color (decimal): -5627508 or 9183658. OLE color: 9183658.

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

Color convert

RGB 170 33 140 -
CMYK 0 0.81 0.18 0.33
HSL 313.14º 0.67% 0.4% -
HSV(B) 313.14º 0.81% 0.67% -
XYZ 21.86 11.53 25.88 -
YUV 86.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 170 33 140 0 0.81 0.18 0.33 313.14 0.67 0.4
Hex AA 21 8C 0 51 12 21 139 43 28
Octal 252 41 214 0 121 22 41 471 103 50
Binary 10101010 100001 10001100 0 1010001 10010 100001 100111001 1000011 101000

Color Harmonies of #AA218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA218C

Black with #AA218C

Text Example


Text Example

White with #AA218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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