Html Css Color HEX #AA288F Medium Red Violet

📋 copy color: '#AA288F'

red 170 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #AA288F

Tints of Medium Red Violet #AA288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 48.16%
G = 11.33%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA288F (or 0xAA288F) is known color: Medium Red Violet. HEX triplet: AA, 28 and 8F. RGB value is (170,40,143). Sum of RGB (Red+Green+Blue) = 170+40+143=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA288F is #55D770. Grayscale: #5A5A5A. Windows color (decimal): -5625713 or 9382058. OLE color: 9382058.

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

Color convert

RGB 170 40 143 -
CMYK 0 0.76 0.16 0.33
HSL 312.46º 0.62% 0.41% -
HSV(B) 312.46º 0.76% 0.67% -
XYZ 22.29 12.05 27.14 -
YUV 90.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 170 40 143 0 0.76 0.16 0.33 312.46 0.62 0.41
Hex AA 28 8F 0 4C 10 21 138 3E 29
Octal 252 50 217 0 114 20 41 470 76 51
Binary 10101010 101000 10001111 0 1001100 10000 100001 100111000 111110 101001

Color Harmonies of #AA288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA288F

Black with #AA288F

Text Example


Text Example

White with #AA288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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