Html Css Color HEX #AA288B Medium Red Violet

📋 copy color: '#AA288B'

red 170 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #AA288B

Tints of Medium Red Violet #AA288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 48.71%
G = 11.46%
B = 39.83%

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

#AA288B (or 0xAA288B) is known color: Medium Red Violet. HEX triplet: AA, 28 and 8B. RGB value is (170,40,139). Sum of RGB (Red+Green+Blue) = 170+40+139=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA288B is #55D774. Grayscale: #595959. Windows color (decimal): -5625717 or 9119914. OLE color: 9119914.

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

Color convert

RGB 170 40 139 -
CMYK 0 0.76 0.18 0.33
HSL 314.31º 0.62% 0.41% -
HSV(B) 314.31º 0.76% 0.67% -
XYZ 22 11.93 25.57 -
YUV 90.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 170 40 139 0 0.76 0.18 0.33 314.31 0.62 0.41
Hex AA 28 8B 0 4C 12 21 13A 3E 29
Octal 252 50 213 0 114 22 41 472 76 51
Binary 10101010 101000 10001011 0 1001100 10010 100001 100111010 111110 101001

Color Harmonies of #AA288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA288B

Black with #AA288B

Text Example


Text Example

White with #AA288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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