#A33C96

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

Shades of Violet Blue #A33C96

Tints of Violet Blue #A33C96

Color information

#A33C96 (or 0xA33C96) is unknown color: approx Violet Blue. HEX triplet: A3, 3C and 96. RGB value is (163,60,150). Sum of RGB (Red+Green+Blue) = 163+60+150=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33C96 is #5CC369. Grayscale: #646464. Windows color (decimal): -6079338 or 9845923. OLE color: 9845923.

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

Color convert

RGB16360150-
CMYK00.630.080.36
HSL307.57º46.19%43.73%-
HSV(B)307.57º63.19%63.92%-
XYZ22.2313.2230.23-
YUV101.06155.62172.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 60 (23.83% from 255) = 16.09%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=43.70%
G=16.09%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636015000.630.080.36307.5746.1943.73
HexA33C9603F8241342e2c
Octal2437422607710444645654
Binary101000111111001001011001111111000100100100110100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33C96; }

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

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

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

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

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

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

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

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