Html Css Color HEX #AA3295 Medium Red Violet

📋 copy color: '#AA3295'

red 170 ◦ green 50 ◦ blue 149

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

Shades of Medium Red Violet #AA3295

Tints of Medium Red Violet #AA3295

RGB

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

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

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

R = 46.07%
G = 13.55%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA3295 (or 0xAA3295) is known color: Medium Red Violet. HEX triplet: AA, 32 and 95. RGB value is (170,50,149). Sum of RGB (Red+Green+Blue) = 170+50+149=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3295 is #55CD6A. Grayscale: #606060. Windows color (decimal): -5623147 or 9777834. OLE color: 9777834.

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

Color convert

RGB 170 50 149 -
CMYK 0 0.71 0.12 0.33
HSL 310.5º 0.55% 0.43% -
HSV(B) 310.5º 0.71% 0.67% -
XYZ 23.14 13 29.72 -
YUV 97.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 170 50 149 0 0.71 0.12 0.33 310.5 0.55 0.43
Hex AA 32 95 0 47 C 21 136 37 2B
Octal 252 62 225 0 107 14 41 466 67 53
Binary 10101010 110010 10010101 0 1000111 1100 100001 100110110 110111 101011

Color Harmonies of #AA3295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3295

Black with #AA3295

Text Example


Text Example

White with #AA3295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3295; }

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

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

background-color css

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

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

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

border-color css

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

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

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