#A23DAF

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

Shades of Deep Lilac #A23DAF

Tints of Deep Lilac #A23DAF

Color information

#A23DAF (or 0xA23DAF) is unknown color: approx Deep Lilac. HEX triplet: A2, 3D and AF. RGB value is (162,61,175). Sum of RGB (Red+Green+Blue) = 162+61+175=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #A23DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23DAF is #5DC250. Grayscale: #676767. Windows color (decimal): -6144593 or 11484578. OLE color: 11484578.

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

Color convert

RGB16261175-
CMYK0.070.6500.31
HSL293.16º48.31%46.27%-
HSV(B)293.16º65.14%68.63%-
XYZ24.3114.1142-
YUV104.2167.96169.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=40.70%
G=15.33%
B=43.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162611750.070.6500.31293.1648.3146.27
HexA23DAF74101F125302e
Octal2427525771010374456056
Binary10100010111101101011111111000001011111100100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23DAF; }

 p { color: rgb(162,61,175); }

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

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

 a { background-color: rgb(162,61,175); }

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

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

 span { border-color: rgb(162,61,175); }

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