Html Css Color HEX #AA1683 Medium Violet Red

📋 copy color: '#AA1683'

red 170 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #AA1683

Tints of Medium Violet Red #AA1683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.56%

R = 52.63%
G = 6.81%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA1683 (or 0xAA1683) is known color: Medium Violet Red. HEX triplet: AA, 16 and 83. RGB value is (170,22,131). Sum of RGB (Red+Green+Blue) = 170+22+131=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1683 is #55E97C. Grayscale: #4E4E4E. Windows color (decimal): -5630333 or 8591018. OLE color: 8591018.

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

Color convert

RGB 170 22 131 -
CMYK 0 0.87 0.23 0.33
HSL 315.81º 0.77% 0.38% -
HSV(B) 315.81º 0.87% 0.67% -
XYZ 20.96 10.76 22.44 -
YUV 78.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 170 22 131 0 0.87 0.23 0.33 315.81 0.77 0.38
Hex AA 16 83 0 57 17 21 13C 4D 26
Octal 252 26 203 0 127 27 41 474 115 46
Binary 10101010 10110 10000011 0 1010111 10111 100001 100111100 1001101 100110

Color Harmonies of #AA1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1683

Black with #AA1683

Text Example


Text Example

White with #AA1683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1683; }

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

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

background-color css

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

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

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

border-color css

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

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

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