Html Css Color HEX #AA3F93 Medium Red Violet

📋 copy color: '#AA3F93'

red 170 ◦ green 63 ◦ blue 147

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

Shades of Medium Red Violet #AA3F93

Tints of Medium Red Violet #AA3F93

RGB

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

 GREEN value IS 63 (25% from 255) = 16.58%

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

R = 44.74%
G = 16.58%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA3F93 (or 0xAA3F93) is known color: Medium Red Violet. HEX triplet: AA, 3F and 93. RGB value is (170,63,147). Sum of RGB (Red+Green+Blue) = 170+63+147=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F93 is #55C06C. Grayscale: #686868. Windows color (decimal): -5619821 or 9650090. OLE color: 9650090.

HSL color Cylindrical-coordinate representation of color #AA3F93: hue angle of 312.9º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F93 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 63 147 -
CMYK 0 0.63 0.14 0.33
HSL 312.9º 0.46% 0.46% -
HSV(B) 312.9º 0.63% 0.67% -
XYZ 23.62 14.21 29.1 -
YUV 104.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 170 63 147 0 0.63 0.14 0.33 312.9 0.46 0.46
Hex AA 3F 93 0 3F E 21 139 2E 2E
Octal 252 77 223 0 77 16 41 471 56 56
Binary 10101010 111111 10010011 0 111111 1110 100001 100111001 101110 101110

Color Harmonies of #AA3F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F93

Black with #AA3F93

Text Example


Text Example

White with #AA3F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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