#A23BAC

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

Shades of Deep Lilac #A23BAC

Tints of Deep Lilac #A23BAC

Color information

#A23BAC (or 0xA23BAC) is unknown color: approx Deep Lilac. HEX triplet: A2, 3B and AC. RGB value is (162,59,172). Sum of RGB (Red+Green+Blue) = 162+59+172=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #A23BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BAC is #5DC453. Grayscale: #666666. Windows color (decimal): -6145108 or 11287458. OLE color: 11287458.

HSL color Cylindrical-coordinate representation of color #A23BAC: hue angle of 294.69º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A23BAC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16259172-
CMYK0.060.6600.33
HSL294.69º48.92%45.29%-
HSV(B)294.69º65.7%67.45%-
XYZ23.9113.7940.43-
YUV102.68167.12170.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=41.22%
G=15.01%
B=43.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162591720.060.6600.33294.6948.9245.29
HexA23BAC642021127312d
Octal2427325461020414476155
Binary101000101110111010110011010000100100001100100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23BAC; }

 p { color: rgb(162,59,172); }

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

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

 a { background-color: rgb(162,59,172); }

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

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

 span { border-color: rgb(162,59,172); }

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