Html Css Color HEX #AA1281 Medium Violet Red

📋 copy color: '#AA1281'

red 170 ◦ green 18 ◦ blue 129

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

Shades of Medium Violet Red #AA1281

Tints of Medium Violet Red #AA1281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 53.63%
G = 5.68%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA1281 (or 0xAA1281) is known color: Medium Violet Red. HEX triplet: AA, 12 and 81. RGB value is (170,18,129). Sum of RGB (Red+Green+Blue) = 170+18+129=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1281 is #55ED7E. Grayscale: #4B4B4B. Windows color (decimal): -5631359 or 8458922. OLE color: 8458922.

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

Color convert

RGB 170 18 129 -
CMYK 0 0.89 0.24 0.33
HSL 316.18º 0.81% 0.37% -
HSV(B) 316.18º 0.89% 0.67% -
XYZ 20.76 10.56 21.71 -
YUV 76.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 170 18 129 0 0.89 0.24 0.33 316.18 0.81 0.37
Hex AA 12 81 0 59 18 21 13C 51 25
Octal 252 22 201 0 131 30 41 474 121 45
Binary 10101010 10010 10000001 0 1011001 11000 100001 100111100 1010001 100101

Color Harmonies of #AA1281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1281

Black with #AA1281

Text Example


Text Example

White with #AA1281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1281; }

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

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

background-color css

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

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

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

border-color css

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

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

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