#A33C81

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

Shades of Medium Red Violet #A33C81

Tints of Medium Red Violet #A33C81

Color information

#A33C81 (or 0xA33C81) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3C and 81. RGB value is (163,60,129). Sum of RGB (Red+Green+Blue) = 163+60+129=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33C81 is #5CC37E. Grayscale: #626262. Windows color (decimal): -6079359 or 8469667. OLE color: 8469667.

HSL color Cylindrical-coordinate representation of color #A33C81: hue angle of 319.81º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33C81 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16360129-
CMYK00.630.210.36
HSL319.81º46.19%43.73%-
HSV(B)319.81º63.19%63.92%-
XYZ20.6812.622.11-
YUV98.66145.12173.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 60 (23.83% from 255) = 17.05%
BLUE value IS 129 (50.78% from 255) = 36.65%
R=46.31%
G=17.05%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636012900.630.210.36319.8146.1943.73
HexA33C8103F15241402e2c
Octal2437420107725445005654
Binary1010001111110010000001011111110101100100101000000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33C81; }

 p { color: rgb(163,60,129); }

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

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

 a { background-color: rgb(163,60,129); }

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

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

 span { border-color: rgb(163,60,129); }

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