Html Css Color HEX #AA298F Medium Red Violet

📋 copy color: '#AA298F'

red 170 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #AA298F

Tints of Medium Red Violet #AA298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 48.02%
G = 11.58%
B = 40.4%

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

#AA298F (or 0xAA298F) is known color: Medium Red Violet. HEX triplet: AA, 29 and 8F. RGB value is (170,41,143). Sum of RGB (Red+Green+Blue) = 170+41+143=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA298F is #55D670. Grayscale: #5A5A5A. Windows color (decimal): -5625457 or 9382314. OLE color: 9382314.

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

Color convert

RGB 170 41 143 -
CMYK 0 0.76 0.16 0.33
HSL 312.56º 0.61% 0.41% -
HSV(B) 312.56º 0.76% 0.67% -
XYZ 22.33 12.12 27.15 -
YUV 91.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 170 41 143 0 0.76 0.16 0.33 312.56 0.61 0.41
Hex AA 29 8F 0 4C 10 21 139 3D 29
Octal 252 51 217 0 114 20 41 471 75 51
Binary 10101010 101001 10001111 0 1001100 10000 100001 100111001 111101 101001

Color Harmonies of #AA298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA298F

Black with #AA298F

Text Example


Text Example

White with #AA298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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