#A33CB1

Color #A33CB1 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A33CB1

Tints of Deep Lilac #A33CB1

Color information

#A33CB1 (or 0xA33CB1) is unknown color: approx Deep Lilac. HEX triplet: A3, 3C and B1. RGB value is (163,60,177). Sum of RGB (Red+Green+Blue) = 163+60+177=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #A33CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33CB1 is #5CC34E. Grayscale: #676767. Windows color (decimal): -6079311 or 11615395. OLE color: 11615395.

HSL color Cylindrical-coordinate representation of color #A33CB1: hue angle of 292.82º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33CB1 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16360177-
CMYK0.080.6600.31
HSL292.82º49.37%46.47%-
HSV(B)292.82º66.1%69.41%-
XYZ24.6614.1943.03-
YUV104.14169.12169.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 60 (23.83% from 255) = 15%
BLUE value IS 177 (69.53% from 255) = 44.25%
R=40.75%
G=15%
B=44.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163601770.080.6600.31292.8249.3746.47
HexA33CB184201F125312e
Octal24374261101020374456156
Binary101000111111001011000110001000010011111100100101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33CB1; }

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

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

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

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

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

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

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

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