Html Css Color HEX #AA2A8F Medium Red Violet

📋 copy color: '#AA2A8F'

red 170 ◦ green 42 ◦ blue 143

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

Shades of Medium Red Violet #AA2A8F

Tints of Medium Red Violet #AA2A8F

RGB

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

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

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

R = 47.89%
G = 11.83%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA2A8F (or 0xAA2A8F) is known color: Medium Red Violet. HEX triplet: AA, 2A and 8F. RGB value is (170,42,143). Sum of RGB (Red+Green+Blue) = 170+42+143=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2A8F is #55D570. Grayscale: #5B5B5B. Windows color (decimal): -5625201 or 9382570. OLE color: 9382570.

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

Color convert

RGB 170 42 143 -
CMYK 0 0.75 0.16 0.33
HSL 312.66º 0.6% 0.42% -
HSV(B) 312.66º 0.75% 0.67% -
XYZ 22.36 12.19 27.16 -
YUV 91.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 170 42 143 0 0.75 0.16 0.33 312.66 0.6 0.42
Hex AA 2A 8F 0 4B 10 21 139 3C 2A
Octal 252 52 217 0 113 20 41 471 74 52
Binary 10101010 101010 10001111 0 1001011 10000 100001 100111001 111100 101010

Color Harmonies of #AA2A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A8F

Black with #AA2A8F

Text Example


Text Example

White with #AA2A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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