Html Css Color HEX #AA1693 Medium Violet Red

📋 copy color: '#AA1693'

red 170 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #AA1693

Tints of Medium Violet Red #AA1693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.49%

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 50.15%
G = 6.49%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA1693 (or 0xAA1693) is known color: Medium Violet Red. HEX triplet: AA, 16 and 93. RGB value is (170,22,147). Sum of RGB (Red+Green+Blue) = 170+22+147=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1693 is #55E96C. Grayscale: #505050. Windows color (decimal): -5630317 or 9639594. OLE color: 9639594.

HSL color Cylindrical-coordinate representation of color #AA1693: hue angle of 309.32º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1693 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 22 147 -
CMYK 0 0.87 0.14 0.33
HSL 309.32º 0.77% 0.38% -
HSV(B) 309.32º 0.87% 0.67% -
XYZ 22.13 11.23 28.6 -
YUV 80.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 170 22 147 0 0.87 0.14 0.33 309.32 0.77 0.38
Hex AA 16 93 0 57 E 21 135 4D 26
Octal 252 26 223 0 127 16 41 465 115 46
Binary 10101010 10110 10010011 0 1010111 1110 100001 100110101 1001101 100110

Color Harmonies of #AA1693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1693

Black with #AA1693

Text Example


Text Example

White with #AA1693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1693; }

 p { color: rgb(170,22,147); }

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

background-color css

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

 a { background-color: rgb(170,22,147); }

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

border-color css

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

 span { border-color: rgb(170,22,147); }

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