Html Css Color HEX #AA288C Medium Red Violet

📋 copy color: '#AA288C'

red 170 ◦ green 40 ◦ blue 140

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

Shades of Medium Red Violet #AA288C

Tints of Medium Red Violet #AA288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 48.57%
G = 11.43%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA288C (or 0xAA288C) is known color: Medium Red Violet. HEX triplet: AA, 28 and 8C. RGB value is (170,40,140). Sum of RGB (Red+Green+Blue) = 170+40+140=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA288C is #55D773. Grayscale: #5A5A5A. Windows color (decimal): -5625716 or 9185450. OLE color: 9185450.

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

Color convert

RGB 170 40 140 -
CMYK 0 0.76 0.18 0.33
HSL 313.85º 0.62% 0.41% -
HSV(B) 313.85º 0.76% 0.67% -
XYZ 22.07 11.96 25.96 -
YUV 90.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 170 40 140 0 0.76 0.18 0.33 313.85 0.62 0.41
Hex AA 28 8C 0 4C 12 21 13A 3E 29
Octal 252 50 214 0 114 22 41 472 76 51
Binary 10101010 101000 10001100 0 1001100 10010 100001 100111010 111110 101001

Color Harmonies of #AA288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA288C

Black with #AA288C

Text Example


Text Example

White with #AA288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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