#A33C94

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

Shades of Medium Red Violet #A33C94

Tints of Medium Red Violet #A33C94

Color information

#A33C94 (or 0xA33C94) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3C and 94. RGB value is (163,60,148). Sum of RGB (Red+Green+Blue) = 163+60+148=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33C94 is #5CC36B. Grayscale: #646464. Windows color (decimal): -6079340 or 9714851. OLE color: 9714851.

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

Color convert

RGB16360148-
CMYK00.630.090.36
HSL308.74º46.19%43.73%-
HSV(B)308.74º63.19%63.92%-
XYZ22.0713.1629.39-
YUV100.83154.62172.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=43.94%
G=16.17%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636014800.630.090.36308.7446.1943.73
HexA33C9403F9241352e2c
Octal2437422407711444655654
Binary101000111111001001010001111111001100100100110101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33C94; }

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

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

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

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

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

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

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

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