Html Css Color HEX #AA3495 Medium Red Violet

📋 copy color: '#AA3495'

red 170 ◦ green 52 ◦ blue 149

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

Shades of Medium Red Violet #AA3495

Tints of Medium Red Violet #AA3495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 45.82%
G = 14.02%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA3495 (or 0xAA3495) is known color: Medium Red Violet. HEX triplet: AA, 34 and 95. RGB value is (170,52,149). Sum of RGB (Red+Green+Blue) = 170+52+149=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3495 is #55CB6A. Grayscale: #626262. Windows color (decimal): -5622635 or 9778346. OLE color: 9778346.

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

Color convert

RGB 170 52 149 -
CMYK 0 0.69 0.12 0.33
HSL 310.68º 0.53% 0.44% -
HSV(B) 310.68º 0.69% 0.67% -
XYZ 23.23 13.17 29.75 -
YUV 98.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 170 52 149 0 0.69 0.12 0.33 310.68 0.53 0.44
Hex AA 34 95 0 45 C 21 137 35 2C
Octal 252 64 225 0 105 14 41 467 65 54
Binary 10101010 110100 10010101 0 1000101 1100 100001 100110111 110101 101100

Color Harmonies of #AA3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3495

Black with #AA3495

Text Example


Text Example

White with #AA3495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3495; }

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

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

background-color css

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

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

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

border-color css

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

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

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