#A23FAE

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

Shades of Deep Lilac #A23FAE

Tints of Deep Lilac #A23FAE

Color information

#A23FAE (or 0xA23FAE) is unknown color: approx Deep Lilac. HEX triplet: A2, 3F and AE. RGB value is (162,63,174). Sum of RGB (Red+Green+Blue) = 162+63+174=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #A23FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23FAE is #5DC051. Grayscale: #686868. Windows color (decimal): -6144082 or 11419554. OLE color: 11419554.

HSL color Cylindrical-coordinate representation of color #A23FAE: hue angle of 293.51º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23FAE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16263174-
CMYK0.070.6400.32
HSL293.51º46.84%46.47%-
HSV(B)293.51º63.79%68.24%-
XYZ24.3214.2941.52-
YUV105.25166.8168.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 63 (25% from 255) = 15.79%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=40.60%
G=15.79%
B=43.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162631740.070.6400.32293.5146.8446.47
HexA23FAE7400201262f2e
Octal2427725671000404465756
Binary101000101111111010111011110000000100000100100110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23FAE; }

 p { color: rgb(162,63,174); }

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

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

 a { background-color: rgb(162,63,174); }

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

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

 span { border-color: rgb(162,63,174); }

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