Html Css Color HEX #AA1A8C Medium Violet Red

📋 copy color: '#AA1A8C'

red 170 ◦ green 26 ◦ blue 140

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

Shades of Medium Violet Red #AA1A8C

Tints of Medium Violet Red #AA1A8C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.74%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 50.6%
G = 7.74%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA1A8C (or 0xAA1A8C) is known color: Medium Violet Red. HEX triplet: AA, 1A and 8C. RGB value is (170,26,140). Sum of RGB (Red+Green+Blue) = 170+26+140=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1A8C is #55E573. Grayscale: #515151. Windows color (decimal): -5629300 or 9181866. OLE color: 9181866.

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

Color convert

RGB 170 26 140 -
CMYK 0 0.85 0.18 0.33
HSL 312.5º 0.73% 0.38% -
HSV(B) 312.5º 0.85% 0.67% -
XYZ 21.68 11.18 25.83 -
YUV 82.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 170 26 140 0 0.85 0.18 0.33 312.5 0.73 0.38
Hex AA 1A 8C 0 55 12 21 138 49 26
Octal 252 32 214 0 125 22 41 470 111 46
Binary 10101010 11010 10001100 0 1010101 10010 100001 100111000 1001001 100110

Color Harmonies of #AA1A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A8C

Black with #AA1A8C

Text Example


Text Example

White with #AA1A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A8C; }

 p { color: rgb(170,26,140); }

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

background-color css

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

 a { background-color: rgb(170,26,140); }

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

border-color css

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

 span { border-color: rgb(170,26,140); }

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