Html Css Color HEX #AA289B Medium Red Violet

📋 copy color: '#AA289B'

red 170 ◦ green 40 ◦ blue 155

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

Shades of Medium Red Violet #AA289B

Tints of Medium Red Violet #AA289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.96%

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 46.58%
G = 10.96%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA289B (or 0xAA289B) is known color: Medium Red Violet. HEX triplet: AA, 28 and 9B. RGB value is (170,40,155). Sum of RGB (Red+Green+Blue) = 170+40+155=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA289B is #55D764. Grayscale: #5B5B5B. Windows color (decimal): -5625701 or 10168490. OLE color: 10168490.

HSL color Cylindrical-coordinate representation of color #AA289B: hue angle of 306.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA289B is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 40 155 -
CMYK 0 0.76 0.09 0.33
HSL 306.92º 0.62% 0.41% -
HSV(B) 306.92º 0.76% 0.67% -
XYZ 23.25 12.43 32.18 -
YUV 91.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 170 40 155 0 0.76 0.09 0.33 306.92 0.62 0.41
Hex AA 28 9B 0 4C 9 21 133 3E 29
Octal 252 50 233 0 114 11 41 463 76 51
Binary 10101010 101000 10011011 0 1001100 1001 100001 100110011 111110 101001

Color Harmonies of #AA289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA289B

Black with #AA289B

Text Example


Text Example

White with #AA289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA289B; }

 p { color: rgb(170,40,155); }

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

background-color css

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

 a { background-color: rgb(170,40,155); }

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

border-color css

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

 span { border-color: rgb(170,40,155); }

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