#A34BAF

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

Shades of Deep Lilac #A34BAF

Tints of Deep Lilac #A34BAF

Color information

#A34BAF (or 0xA34BAF) is unknown color: approx Deep Lilac. HEX triplet: A3, 4B and AF. RGB value is (163,75,175). Sum of RGB (Red+Green+Blue) = 163+75+175=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #A34BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34BAF is #5CB450. Grayscale: #707070. Windows color (decimal): -6075473 or 11488163. OLE color: 11488163.

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

Color convert

RGB16375175-
CMYK0.070.5700.31
HSL292.8º40%49.02%-
HSV(B)292.8º57.14%68.63%-
XYZ25.3615.9142.29-
YUV112.71163.15163.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=39.47%
G=18.16%
B=42.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163751750.070.5700.31292.84049.02
HexA34BAF73901F1252831
Octal2431132577710374455061
Binary10100011100101110101111111111001011111100100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34BAF; }

 p { color: rgb(163,75,175); }

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

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

 a { background-color: rgb(163,75,175); }

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

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

 span { border-color: rgb(163,75,175); }

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