Html Css Color HEX #AA289E Medium Red Violet

📋 copy color: '#AA289E'

red 170 ◦ green 40 ◦ blue 158

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

Shades of Medium Red Violet #AA289E

Tints of Medium Red Violet #AA289E

RGB

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

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

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

R = 46.2%
G = 10.87%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA289E (or 0xAA289E) is known color: Medium Red Violet. HEX triplet: AA, 28 and 9E. RGB value is (170,40,158). Sum of RGB (Red+Green+Blue) = 170+40+158=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA289E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA289E is #55D761. Grayscale: #5B5B5B. Windows color (decimal): -5625698 or 10365098. OLE color: 10365098.

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

Color convert

RGB 170 40 158 -
CMYK 0 0.76 0.07 0.33
HSL 305.54º 0.62% 0.41% -
HSV(B) 305.54º 0.76% 0.67% -
XYZ 23.51 12.53 33.53 -
YUV 92.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 170 40 158 0 0.76 0.07 0.33 305.54 0.62 0.41
Hex AA 28 9E 0 4C 7 21 132 3E 29
Octal 252 50 236 0 114 7 41 462 76 51
Binary 10101010 101000 10011110 0 1001100 111 100001 100110010 111110 101001

Color Harmonies of #AA289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA289E

Black with #AA289E

Text Example


Text Example

White with #AA289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA289E; }

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

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

background-color css

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

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

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

border-color css

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

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

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