Html Css Color HEX #AA289F Medium Red Violet

📋 copy color: '#AA289F'

red 170 ◦ green 40 ◦ blue 159

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

Shades of Medium Red Violet #AA289F

Tints of Medium Red Violet #AA289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 46.07%
G = 10.84%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA289F (or 0xAA289F) is known color: Medium Red Violet. HEX triplet: AA, 28 and 9F. RGB value is (170,40,159). Sum of RGB (Red+Green+Blue) = 170+40+159=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA289F is #55D760. Grayscale: #5C5C5C. Windows color (decimal): -5625697 or 10430634. OLE color: 10430634.

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

Color convert

RGB 170 40 159 -
CMYK 0 0.76 0.06 0.33
HSL 305.08º 0.62% 0.41% -
HSV(B) 305.08º 0.76% 0.67% -
XYZ 23.59 12.57 33.98 -
YUV 92.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 170 40 159 0 0.76 0.06 0.33 305.08 0.62 0.41
Hex AA 28 9F 0 4C 6 21 131 3E 29
Octal 252 50 237 0 114 6 41 461 76 51
Binary 10101010 101000 10011111 0 1001100 110 100001 100110001 111110 101001

Color Harmonies of #AA289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA289F

Black with #AA289F

Text Example


Text Example

White with #AA289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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