Html Css Color HEX #AA1283 Medium Violet Red

📋 copy color: '#AA1283'

red 170 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #AA1283

Tints of Medium Violet Red #AA1283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

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

R = 53.29%
G = 5.64%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA1283 (or 0xAA1283) is known color: Medium Violet Red. HEX triplet: AA, 12 and 83. RGB value is (170,18,131). Sum of RGB (Red+Green+Blue) = 170+18+131=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1283 is #55ED7C. Grayscale: #4C4C4C. Windows color (decimal): -5631357 or 8589994. OLE color: 8589994.

HSL color Cylindrical-coordinate representation of color #AA1283: hue angle of 315.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1283 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 131 -
CMYK 0 0.89 0.23 0.33
HSL 315.39º 0.81% 0.37% -
HSV(B) 315.39º 0.89% 0.67% -
XYZ 20.89 10.62 22.42 -
YUV 76.33 158.86 194.81 -
System Red Green Blue C M Y K H S L
Decimal 170 18 131 0 0.89 0.23 0.33 315.39 0.81 0.37
Hex AA 12 83 0 59 17 21 13B 51 25
Octal 252 22 203 0 131 27 41 473 121 45
Binary 10101010 10010 10000011 0 1011001 10111 100001 100111011 1010001 100101

Color Harmonies of #AA1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1283

Black with #AA1283

Text Example


Text Example

White with #AA1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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