Html Css Color HEX #AA1B9E Medium Violet Red

📋 copy color: '#AA1B9E'

red 170 ◦ green 27 ◦ blue 158

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

Shades of Medium Violet Red #AA1B9E

Tints of Medium Violet Red #AA1B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 47.89%
G = 7.61%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA1B9E (or 0xAA1B9E) is known color: Medium Violet Red. HEX triplet: AA, 1B and 9E. RGB value is (170,27,158). Sum of RGB (Red+Green+Blue) = 170+27+158=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B9E is #55E461. Grayscale: #545454. Windows color (decimal): -5629026 or 10361770. OLE color: 10361770.

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

Color convert

RGB 170 27 158 -
CMYK 0 0.84 0.07 0.33
HSL 305.04º 0.73% 0.39% -
HSV(B) 305.04º 0.84% 0.67% -
XYZ 23.14 11.8 33.41 -
YUV 84.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 170 27 158 0 0.84 0.07 0.33 305.04 0.73 0.39
Hex AA 1B 9E 0 54 7 21 131 49 27
Octal 252 33 236 0 124 7 41 461 111 47
Binary 10101010 11011 10011110 0 1010100 111 100001 100110001 1001001 100111

Color Harmonies of #AA1B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B9E

Black with #AA1B9E

Text Example


Text Example

White with #AA1B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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