Html Css Color HEX #AA2B9C Medium Red Violet

📋 copy color: '#AA2B9C'

red 170 ◦ green 43 ◦ blue 156

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

Shades of Medium Red Violet #AA2B9C

Tints of Medium Red Violet #AA2B9C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.65%

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

R = 46.07%
G = 11.65%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA2B9C (or 0xAA2B9C) is known color: Medium Red Violet. HEX triplet: AA, 2B and 9C. RGB value is (170,43,156). Sum of RGB (Red+Green+Blue) = 170+43+156=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2B9C is #55D463. Grayscale: #5D5D5D. Windows color (decimal): -5624932 or 10234794. OLE color: 10234794.

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

Color convert

RGB 170 43 156 -
CMYK 0 0.75 0.08 0.33
HSL 306.61º 0.6% 0.42% -
HSV(B) 306.61º 0.75% 0.67% -
XYZ 23.44 12.67 32.66 -
YUV 93.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 170 43 156 0 0.75 0.08 0.33 306.61 0.6 0.42
Hex AA 2B 9C 0 4B 8 21 133 3C 2A
Octal 252 53 234 0 113 10 41 463 74 52
Binary 10101010 101011 10011100 0 1001011 1000 100001 100110011 111100 101010

Color Harmonies of #AA2B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B9C

Black with #AA2B9C

Text Example


Text Example

White with #AA2B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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