#A63DAF

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

Shades of Deep Lilac #A63DAF

Tints of Deep Lilac #A63DAF

Color information

#A63DAF (or 0xA63DAF) is unknown color: approx Deep Lilac. HEX triplet: A6, 3D and AF. RGB value is (166,61,175). Sum of RGB (Red+Green+Blue) = 166+61+175=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #A63DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63DAF is #59C250. Grayscale: #696969. Windows color (decimal): -5882449 or 11484582. OLE color: 11484582.

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

Color convert

RGB16661175-
CMYK0.050.6500.31
HSL295.26º48.31%46.27%-
HSV(B)295.26º65.14%68.63%-
XYZ25.1314.5442.04-
YUV105.39167.29171.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 61 (24.22% from 255) = 15.17%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=41.29%
G=15.17%
B=43.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166611750.050.6500.31295.2648.3146.27
HexA63DAF54101F127302e
Octal2467525751010374476056
Binary10100110111101101011111011000001011111100100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63DAF; }

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

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

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

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

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

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

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

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