Html Css Color HEX #AA3A94 Medium Red Violet

📋 copy color: '#AA3A94'

red 170 ◦ green 58 ◦ blue 148

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

Shades of Medium Red Violet #AA3A94

Tints of Medium Red Violet #AA3A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 45.21%
G = 15.43%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA3A94 (or 0xAA3A94) is known color: Medium Red Violet. HEX triplet: AA, 3A and 94. RGB value is (170,58,148). Sum of RGB (Red+Green+Blue) = 170+58+148=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A94 is #55C56B. Grayscale: #656565. Windows color (decimal): -5621100 or 9714346. OLE color: 9714346.

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

Color convert

RGB 170 58 148 -
CMYK 0 0.66 0.13 0.33
HSL 311.79º 0.49% 0.45% -
HSV(B) 311.79º 0.66% 0.67% -
XYZ 23.44 13.71 29.43 -
YUV 101.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 170 58 148 0 0.66 0.13 0.33 311.79 0.49 0.45
Hex AA 3A 94 0 42 D 21 138 31 2D
Octal 252 72 224 0 102 15 41 470 61 55
Binary 10101010 111010 10010100 0 1000010 1101 100001 100111000 110001 101101

Color Harmonies of #AA3A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A94

Black with #AA3A94

Text Example


Text Example

White with #AA3A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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