#AA3F92

Color #AA3F92 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA3F92

Tints of Medium Red Violet #AA3F92

Color information

#AA3F92 (or 0xAA3F92) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3F and 92. RGB value is (170,63,146). Sum of RGB (Red+Green+Blue) = 170+63+146=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F92 is #55C06D. Grayscale: #686868. Windows color (decimal): -5619822 or 9584554. OLE color: 9584554.

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

Color convert

RGB17063146-
CMYK00.630.140.33
HSL313.46º45.92%45.69%-
HSV(B)313.46º62.94%66.67%-
XYZ23.5414.1828.69-
YUV104.46151.45174.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=44.85%
G=16.62%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706314600.630.140.33313.4645.9245.69
HexAA3F9203FE211392e2e
Octal2527722207716414715656
Binary101010101111111001001001111111110100001100111001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3F92; }

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

 H1.HeaderClassName
 {
   color: #AA3F92;
 }
 .AnyTagClassName
 {
   color: #AA3F92;
 }
</style>
background-color css

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

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

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

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

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

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