Html Css Color HEX #AA288A Medium Red Violet

📋 copy color: '#AA288A'

red 170 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #AA288A

Tints of Medium Red Violet #AA288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.66%

R = 48.85%
G = 11.49%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA288A (or 0xAA288A) is known color: Medium Red Violet. HEX triplet: AA, 28 and 8A. RGB value is (170,40,138). Sum of RGB (Red+Green+Blue) = 170+40+138=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA288A is #55D775. Grayscale: #595959. Windows color (decimal): -5625718 or 9054378. OLE color: 9054378.

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

Color convert

RGB 170 40 138 -
CMYK 0 0.76 0.19 0.33
HSL 314.77º 0.62% 0.41% -
HSV(B) 314.77º 0.76% 0.67% -
XYZ 21.92 11.9 25.19 -
YUV 90.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 170 40 138 0 0.76 0.19 0.33 314.77 0.62 0.41
Hex AA 28 8A 0 4C 13 21 13B 3E 29
Octal 252 50 212 0 114 23 41 473 76 51
Binary 10101010 101000 10001010 0 1001100 10011 100001 100111011 111110 101001

Color Harmonies of #AA288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA288A

Black with #AA288A

Text Example


Text Example

White with #AA288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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