#A34AC0

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

Shades of Deep Lilac #A34AC0

Tints of Deep Lilac #A34AC0

Color information

#A34AC0 (or 0xA34AC0) is unknown color: approx Deep Lilac. HEX triplet: A3, 4A and C0. RGB value is (163,74,192). Sum of RGB (Red+Green+Blue) = 163+74+192=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #A34AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34AC0 is #5CB53F. Grayscale: #717171. Windows color (decimal): -6075712 or 12602019. OLE color: 12602019.

HSL color Cylindrical-coordinate representation of color #A34AC0: hue angle of 285.25º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34AC0 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16374192-
CMYK0.150.6100.25
HSL285.25º48.36%52.16%-
HSV(B)285.25º61.46%75.29%-
XYZ27.0716.4951.63-
YUV114.06171.99162.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 74 (29.30% from 255) = 17.25%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=38.00%
G=17.25%
B=44.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163741920.150.6100.25285.2548.3652.16
HexA34AC0F3D01911d3034
Octal24311230017750314356064
Binary101000111001010110000001111111101011001100011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34AC0; }

 p { color: rgb(163,74,192); }

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

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

 a { background-color: rgb(163,74,192); }

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

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

 span { border-color: rgb(163,74,192); }

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