Html Css Color HEX #AA3A95 Medium Red Violet

📋 copy color: '#AA3A95'

red 170 ◦ green 58 ◦ blue 149

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

Shades of Medium Red Violet #AA3A95

Tints of Medium Red Violet #AA3A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.38%

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

R = 45.09%
G = 15.38%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA3A95 (or 0xAA3A95) is known color: Medium Red Violet. HEX triplet: AA, 3A and 95. RGB value is (170,58,149). Sum of RGB (Red+Green+Blue) = 170+58+149=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A95 is #55C56A. Grayscale: #656565. Windows color (decimal): -5621099 or 9779882. OLE color: 9779882.

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

Color convert

RGB 170 58 149 -
CMYK 0 0.66 0.12 0.33
HSL 311.25º 0.49% 0.45% -
HSV(B) 311.25º 0.66% 0.67% -
XYZ 23.52 13.74 29.85 -
YUV 101.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 170 58 149 0 0.66 0.12 0.33 311.25 0.49 0.45
Hex AA 3A 95 0 42 C 21 137 31 2D
Octal 252 72 225 0 102 14 41 467 61 55
Binary 10101010 111010 10010101 0 1000010 1100 100001 100110111 110001 101101

Color Harmonies of #AA3A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A95

Black with #AA3A95

Text Example


Text Example

White with #AA3A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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