Html Css Color HEX #AA349F Medium Red Violet

📋 copy color: '#AA349F'

red 170 ◦ green 52 ◦ blue 159

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

Shades of Medium Red Violet #AA349F

Tints of Medium Red Violet #AA349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.65%

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 44.62%
G = 13.65%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA349F (or 0xAA349F) is known color: Medium Red Violet. HEX triplet: AA, 34 and 9F. RGB value is (170,52,159). Sum of RGB (Red+Green+Blue) = 170+52+159=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA349F is #55CB60. Grayscale: #636363. Windows color (decimal): -5622625 or 10433706. OLE color: 10433706.

HSL color Cylindrical-coordinate representation of color #AA349F: hue angle of 305.59º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA349F is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 159 -
CMYK 0 0.69 0.06 0.33
HSL 305.59º 0.53% 0.44% -
HSV(B) 305.59º 0.69% 0.67% -
XYZ 24.06 13.51 34.14 -
YUV 99.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 170 52 159 0 0.69 0.06 0.33 305.59 0.53 0.44
Hex AA 34 9F 0 45 6 21 132 35 2C
Octal 252 64 237 0 105 6 41 462 65 54
Binary 10101010 110100 10011111 0 1000101 110 100001 100110010 110101 101100

Color Harmonies of #AA349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA349F

Black with #AA349F

Text Example


Text Example

White with #AA349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA349F; }

 p { color: rgb(170,52,159); }

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

background-color css

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

 a { background-color: rgb(170,52,159); }

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

border-color css

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

 span { border-color: rgb(170,52,159); }

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