Html Css Color HEX #AA3499 Medium Red Violet

📋 copy color: '#AA3499'

red 170 ◦ green 52 ◦ blue 153

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

Shades of Medium Red Violet #AA3499

Tints of Medium Red Violet #AA3499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 45.33%
G = 13.87%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA3499 (or 0xAA3499) is known color: Medium Red Violet. HEX triplet: AA, 34 and 99. RGB value is (170,52,153). Sum of RGB (Red+Green+Blue) = 170+52+153=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3499 is #55CB66. Grayscale: #626262. Windows color (decimal): -5622631 or 10040490. OLE color: 10040490.

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

Color convert

RGB 170 52 153 -
CMYK 0 0.69 0.1 0.33
HSL 308.64º 0.53% 0.44% -
HSV(B) 308.64º 0.69% 0.67% -
XYZ 23.56 13.3 31.46 -
YUV 98.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 170 52 153 0 0.69 0.1 0.33 308.64 0.53 0.44
Hex AA 34 99 0 45 A 21 135 35 2C
Octal 252 64 231 0 105 12 41 465 65 54
Binary 10101010 110100 10011001 0 1000101 1010 100001 100110101 110101 101100

Color Harmonies of #AA3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3499

Black with #AA3499

Text Example


Text Example

White with #AA3499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3499; }

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

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

background-color css

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

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

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

border-color css

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

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

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