Html Css Color HEX #AA217B Medium Red Violet

📋 copy color: '#AA217B'

red 170 ◦ green 33 ◦ blue 123

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

Shades of Medium Red Violet #AA217B

Tints of Medium Red Violet #AA217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.73%

R = 52.15%
G = 10.12%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA217B (or 0xAA217B) is known color: Medium Red Violet. HEX triplet: AA, 21 and 7B. RGB value is (170,33,123). Sum of RGB (Red+Green+Blue) = 170+33+123=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA217B is #55DE84. Grayscale: #545454. Windows color (decimal): -5627525 or 8069546. OLE color: 8069546.

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

Color convert

RGB 170 33 123 -
CMYK 0 0.81 0.28 0.33
HSL 320.58º 0.67% 0.4% -
HSV(B) 320.58º 0.81% 0.67% -
XYZ 20.7 11.06 19.78 -
YUV 84.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 170 33 123 0 0.81 0.28 0.33 320.58 0.67 0.4
Hex AA 21 7B 0 51 1C 21 141 43 28
Octal 252 41 173 0 121 34 41 501 103 50
Binary 10101010 100001 1111011 0 1010001 11100 100001 101000001 1000011 101000

Color Harmonies of #AA217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA217B

Black with #AA217B

Text Example


Text Example

White with #AA217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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