Html Css Color HEX #AA2A8D Medium Red Violet

📋 copy color: '#AA2A8D'

red 170 ◦ green 42 ◦ blue 141

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

Shades of Medium Red Violet #AA2A8D

Tints of Medium Red Violet #AA2A8D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.9%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 48.16%
G = 11.9%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA2A8D (or 0xAA2A8D) is known color: Medium Red Violet. HEX triplet: AA, 2A and 8D. RGB value is (170,42,141). Sum of RGB (Red+Green+Blue) = 170+42+141=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2A8D is #55D572. Grayscale: #5B5B5B. Windows color (decimal): -5625203 or 9251498. OLE color: 9251498.

HSL color Cylindrical-coordinate representation of color #AA2A8D: hue angle of 313.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A8D is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 42 141 -
CMYK 0 0.75 0.17 0.33
HSL 313.59º 0.6% 0.42% -
HSV(B) 313.59º 0.75% 0.67% -
XYZ 22.21 12.13 26.37 -
YUV 91.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 170 42 141 0 0.75 0.17 0.33 313.59 0.6 0.42
Hex AA 2A 8D 0 4B 11 21 13A 3C 2A
Octal 252 52 215 0 113 21 41 472 74 52
Binary 10101010 101010 10001101 0 1001011 10001 100001 100111010 111100 101010

Color Harmonies of #AA2A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A8D

Black with #AA2A8D

Text Example


Text Example

White with #AA2A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A8D; }

 p { color: rgb(170,42,141); }

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

background-color css

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

 a { background-color: rgb(170,42,141); }

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

border-color css

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

 span { border-color: rgb(170,42,141); }

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