#A23CB1

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

Shades of Deep Lilac #A23CB1

Tints of Deep Lilac #A23CB1

Color information

#A23CB1 (or 0xA23CB1) is unknown color: approx Deep Lilac. HEX triplet: A2, 3C and B1. RGB value is (162,60,177). Sum of RGB (Red+Green+Blue) = 162+60+177=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: blue. Hex color #A23CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23CB1 is #5DC34E. Grayscale: #676767. Windows color (decimal): -6144847 or 11615394. OLE color: 11615394.

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

Color convert

RGB16260177-
CMYK0.080.6600.31
HSL292.31º49.37%46.47%-
HSV(B)292.31º66.1%69.41%-
XYZ24.4514.0943.03-
YUV103.84169.29169.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 60 (23.83% from 255) = 15.04%
BLUE value IS 177 (69.53% from 255) = 44.36%
R=40.60%
G=15.04%
B=44.36%

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
Decimal162601770.080.6600.31292.3149.3746.47
HexA23CB184201F124312e
Octal24274261101020374446156
Binary101000101111001011000110001000010011111100100100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23CB1; }

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

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

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

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

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

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

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

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