Html Css Color HEX #AA3F8C Medium Red Violet

📋 copy color: '#AA3F8C'

red 170 ◦ green 63 ◦ blue 140

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

Shades of Medium Red Violet #AA3F8C

Tints of Medium Red Violet #AA3F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 45.58%
G = 16.89%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA3F8C (or 0xAA3F8C) is known color: Medium Red Violet. HEX triplet: AA, 3F and 8C. RGB value is (170,63,140). Sum of RGB (Red+Green+Blue) = 170+63+140=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F8C is #55C073. Grayscale: #676767. Windows color (decimal): -5619828 or 9191338. OLE color: 9191338.

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

Color convert

RGB 170 63 140 -
CMYK 0 0.63 0.18 0.33
HSL 316.82º 0.46% 0.46% -
HSV(B) 316.82º 0.63% 0.67% -
XYZ 23.09 13.99 26.3 -
YUV 103.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 170 63 140 0 0.63 0.18 0.33 316.82 0.46 0.46
Hex AA 3F 8C 0 3F 12 21 13D 2E 2E
Octal 252 77 214 0 77 22 41 475 56 56
Binary 10101010 111111 10001100 0 111111 10010 100001 100111101 101110 101110

Color Harmonies of #AA3F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F8C

Black with #AA3F8C

Text Example


Text Example

White with #AA3F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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