#AA3B83

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

Shades of Medium Red Violet #AA3B83

Tints of Medium Red Violet #AA3B83

Color information

#AA3B83 (or 0xAA3B83) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3B and 83. RGB value is (170,59,131). Sum of RGB (Red+Green+Blue) = 170+59+131=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3B83 is #55C47C. Grayscale: #646464. Windows color (decimal): -5620861 or 8600490. OLE color: 8600490.

HSL color Cylindrical-coordinate representation of color #AA3B83: hue angle of 321.08º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3B83 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB17059131-
CMYK00.650.230.33
HSL321.08º48.47%44.9%-
HSV(B)321.08º65.29%66.67%-
XYZ22.2413.3122.87-
YUV100.4145.27177.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 59 (23.44% from 255) = 16.39%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=47.22%
G=16.39%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705913100.650.230.33321.0848.4744.9
HexAA3B830411721141302d
Octal25273203010127415016055
Binary10101010111011100000110100000110111100001101000001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B83; }

 p { color: rgb(170,59,131); }

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

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

 a { background-color: rgb(170,59,131); }

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

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

 span { border-color: rgb(170,59,131); }

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