#A33382

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

Shades of Medium Red Violet #A33382

Tints of Medium Red Violet #A33382

Color information

#A33382 (or 0xA33382) is unknown color: approx Medium Red Violet. HEX triplet: A3, 33 and 82. RGB value is (163,51,130). Sum of RGB (Red+Green+Blue) = 163+51+130=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A33382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33382 is #5CCC7D. Grayscale: #5D5D5D. Windows color (decimal): -6081662 or 8532899. OLE color: 8532899.

HSL color Cylindrical-coordinate representation of color #A33382: hue angle of 317.68º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33382 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16351130-
CMYK00.690.200.36
HSL317.68º52.34%41.96%-
HSV(B)317.68º68.71%63.92%-
XYZ20.3211.7722.32-
YUV93.49148.61177.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=47.38%
G=14.83%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635113000.690.200.36317.6852.3441.96
HexA33382045142413e342a
Octal24363202010524444766452
Binary10100011110011100000100100010110100100100100111110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33382; }

 p { color: rgb(163,51,130); }

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

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

 a { background-color: rgb(163,51,130); }

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

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

 span { border-color: rgb(163,51,130); }

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