Html Css Color HEX #AA3695 Medium Red Violet

📋 copy color: '#AA3695'

red 170 ◦ green 54 ◦ blue 149

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

Shades of Medium Red Violet #AA3695

Tints of Medium Red Violet #AA3695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.48%

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

R = 45.58%
G = 14.48%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA3695 (or 0xAA3695) is known color: Medium Red Violet. HEX triplet: AA, 36 and 95. RGB value is (170,54,149). Sum of RGB (Red+Green+Blue) = 170+54+149=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3695 is #55C96A. Grayscale: #636363. Windows color (decimal): -5622123 or 9778858. OLE color: 9778858.

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

Color convert

RGB 170 54 149 -
CMYK 0 0.68 0.12 0.33
HSL 310.86º 0.52% 0.44% -
HSV(B) 310.86º 0.68% 0.67% -
XYZ 23.32 13.35 29.78 -
YUV 99.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 170 54 149 0 0.68 0.12 0.33 310.86 0.52 0.44
Hex AA 36 95 0 44 C 21 137 34 2C
Octal 252 66 225 0 104 14 41 467 64 54
Binary 10101010 110110 10010101 0 1000100 1100 100001 100110111 110100 101100

Color Harmonies of #AA3695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3695

Black with #AA3695

Text Example


Text Example

White with #AA3695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3695; }

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

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

background-color css

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

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

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

border-color css

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

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

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