Html Css Color HEX #AA1B9C Medium Violet Red

📋 copy color: '#AA1B9C'

red 170 ◦ green 27 ◦ blue 156

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

Shades of Medium Violet Red #AA1B9C

Tints of Medium Violet Red #AA1B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.65%

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 48.16%
G = 7.65%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA1B9C (or 0xAA1B9C) is known color: Medium Violet Red. HEX triplet: AA, 1B and 9C. RGB value is (170,27,156). Sum of RGB (Red+Green+Blue) = 170+27+156=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B9C is #55E463. Grayscale: #545454. Windows color (decimal): -5629028 or 10230698. OLE color: 10230698.

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

Color convert

RGB 170 27 156 -
CMYK 0 0.84 0.08 0.33
HSL 305.87º 0.73% 0.39% -
HSV(B) 305.87º 0.84% 0.67% -
XYZ 22.97 11.73 32.51 -
YUV 84.46 168.38 189.01 -
System Red Green Blue C M Y K H S L
Decimal 170 27 156 0 0.84 0.08 0.33 305.87 0.73 0.39
Hex AA 1B 9C 0 54 8 21 132 49 27
Octal 252 33 234 0 124 10 41 462 111 47
Binary 10101010 11011 10011100 0 1010100 1000 100001 100110010 1001001 100111

Color Harmonies of #AA1B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B9C

Black with #AA1B9C

Text Example


Text Example

White with #AA1B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B9C; }

 p { color: rgb(170,27,156); }

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

background-color css

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

 a { background-color: rgb(170,27,156); }

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

border-color css

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

 span { border-color: rgb(170,27,156); }

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