Html Css Color HEX #AA3493 Medium Red Violet

📋 copy color: '#AA3493'

red 170 ◦ green 52 ◦ blue 147

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

Shades of Medium Red Violet #AA3493

Tints of Medium Red Violet #AA3493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 46.07%
G = 14.09%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA3493 (or 0xAA3493) is known color: Medium Red Violet. HEX triplet: AA, 34 and 93. RGB value is (170,52,147). Sum of RGB (Red+Green+Blue) = 170+52+147=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3493 is #55CB6C. Grayscale: #616161. Windows color (decimal): -5622637 or 9647274. OLE color: 9647274.

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

Color convert

RGB 170 52 147 -
CMYK 0 0.69 0.14 0.33
HSL 311.69º 0.53% 0.44% -
HSV(B) 311.69º 0.69% 0.67% -
XYZ 23.07 13.11 28.92 -
YUV 98.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 170 52 147 0 0.69 0.14 0.33 311.69 0.53 0.44
Hex AA 34 93 0 45 E 21 138 35 2C
Octal 252 64 223 0 105 16 41 470 65 54
Binary 10101010 110100 10010011 0 1000101 1110 100001 100111000 110101 101100

Color Harmonies of #AA3493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3493

Black with #AA3493

Text Example


Text Example

White with #AA3493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3493; }

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

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

background-color css

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

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

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

border-color css

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

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

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