Html Css Color HEX #AA328B Medium Red Violet

📋 copy color: '#AA328B'

red 170 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #AA328B

Tints of Medium Red Violet #AA328B

RGB

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

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

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

R = 47.35%
G = 13.93%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA328B (or 0xAA328B) is known color: Medium Red Violet. HEX triplet: AA, 32 and 8B. RGB value is (170,50,139). Sum of RGB (Red+Green+Blue) = 170+50+139=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA328B is #55CD74. Grayscale: #5F5F5F. Windows color (decimal): -5623157 or 9122474. OLE color: 9122474.

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

Color convert

RGB 170 50 139 -
CMYK 0 0.71 0.18 0.33
HSL 315.5º 0.55% 0.43% -
HSV(B) 315.5º 0.71% 0.67% -
XYZ 22.38 12.69 25.7 -
YUV 96.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 170 50 139 0 0.71 0.18 0.33 315.5 0.55 0.43
Hex AA 32 8B 0 47 12 21 13C 37 2B
Octal 252 62 213 0 107 22 41 474 67 53
Binary 10101010 110010 10001011 0 1000111 10010 100001 100111100 110111 101011

Color Harmonies of #AA328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA328B

Black with #AA328B

Text Example


Text Example

White with #AA328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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