#A23AAC

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

Shades of Deep Lilac #A23AAC

Tints of Deep Lilac #A23AAC

Color information

#A23AAC (or 0xA23AAC) is unknown color: approx Deep Lilac. HEX triplet: A2, 3A and AC. RGB value is (162,58,172). Sum of RGB (Red+Green+Blue) = 162+58+172=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #A23AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23AAC is #5DC553. Grayscale: #656565. Windows color (decimal): -6145364 or 11287202. OLE color: 11287202.

HSL color Cylindrical-coordinate representation of color #A23AAC: hue angle of 294.74º degrees, saturation: 0.5, 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 #A23AAC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16258172-
CMYK0.060.6600.33
HSL294.74º49.57%45.1%-
HSV(B)294.74º66.28%67.45%-
XYZ23.8613.6940.41-
YUV102.09167.46170.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 58 (23.05% from 255) = 14.80%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=41.33%
G=14.80%
B=43.88%

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
Decimal162581720.060.6600.33294.7449.5745.1
HexA23AAC642021127322d
Octal2427225461020414476255
Binary101000101110101010110011010000100100001100100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23AAC; }

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

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

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

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

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

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

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

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