Html Css Color HEX #AA217E Medium Red Violet

📋 copy color: '#AA217E'

red 170 ◦ green 33 ◦ blue 126

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

Shades of Medium Red Violet #AA217E

Tints of Medium Red Violet #AA217E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 51.67%
G = 10.03%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA217E (or 0xAA217E) is known color: Medium Red Violet. HEX triplet: AA, 21 and 7E. RGB value is (170,33,126). Sum of RGB (Red+Green+Blue) = 170+33+126=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA217E is #55DE81. Grayscale: #545454. Windows color (decimal): -5627522 or 8266154. OLE color: 8266154.

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

Color convert

RGB 170 33 126 -
CMYK 0 0.81 0.26 0.33
HSL 319.27º 0.67% 0.4% -
HSV(B) 319.27º 0.81% 0.67% -
XYZ 20.89 11.14 20.79 -
YUV 84.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 170 33 126 0 0.81 0.26 0.33 319.27 0.67 0.4
Hex AA 21 7E 0 51 1A 21 13F 43 28
Octal 252 41 176 0 121 32 41 477 103 50
Binary 10101010 100001 1111110 0 1010001 11010 100001 100111111 1000011 101000

Color Harmonies of #AA217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA217E

Black with #AA217E

Text Example


Text Example

White with #AA217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA217E; }

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

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

background-color css

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

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

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

border-color css

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

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

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