Html Css Color HEX #AA328F Medium Red Violet

📋 copy color: '#AA328F'

red 170 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #AA328F

Tints of Medium Red Violet #AA328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

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

R = 46.83%
G = 13.77%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA328F (or 0xAA328F) is known color: Medium Red Violet. HEX triplet: AA, 32 and 8F. RGB value is (170,50,143). Sum of RGB (Red+Green+Blue) = 170+50+143=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA328F is #55CD70. Grayscale: #606060. Windows color (decimal): -5623153 or 9384618. OLE color: 9384618.

HSL color Cylindrical-coordinate representation of color #AA328F: hue angle of 313.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA328F is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 50 143 -
CMYK 0 0.71 0.16 0.33
HSL 313.5º 0.55% 0.43% -
HSV(B) 313.5º 0.71% 0.67% -
XYZ 22.68 12.81 27.26 -
YUV 96.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 170 50 143 0 0.71 0.16 0.33 313.5 0.55 0.43
Hex AA 32 8F 0 47 10 21 13A 37 2B
Octal 252 62 217 0 107 20 41 472 67 53
Binary 10101010 110010 10001111 0 1000111 10000 100001 100111010 110111 101011

Color Harmonies of #AA328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA328F

Black with #AA328F

Text Example


Text Example

White with #AA328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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