#A33781

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

Shades of Medium Red Violet #A33781

Tints of Medium Red Violet #A33781

Color information

#A33781 (or 0xA33781) is unknown color: approx Medium Red Violet. HEX triplet: A3, 37 and 81. RGB value is (163,55,129). Sum of RGB (Red+Green+Blue) = 163+55+129=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A33781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33781 is #5CC87E. Grayscale: #5F5F5F. Windows color (decimal): -6080639 or 8468387. OLE color: 8468387.

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

Color convert

RGB16355129-
CMYK00.660.210.36
HSL318.89º49.54%42.75%-
HSV(B)318.89º66.26%63.92%-
XYZ20.4312.122.03-
YUV95.73146.78175.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=46.97%
G=15.85%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635512900.660.210.36318.8949.5442.75
HexA33781042152413f322b
Octal24367201010225444776253
Binary10100011110111100000010100001010101100100100111111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33781; }

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

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

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

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

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

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

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

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