#A34ABE

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

Shades of Deep Lilac #A34ABE

Tints of Deep Lilac #A34ABE

Color information

#A34ABE (or 0xA34ABE) is unknown color: approx Deep Lilac. HEX triplet: A3, 4A and BE. RGB value is (163,74,190). Sum of RGB (Red+Green+Blue) = 163+74+190=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #A34ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34ABE is #5CB541. Grayscale: #717171. Windows color (decimal): -6075714 or 12470947. OLE color: 12470947.

HSL color Cylindrical-coordinate representation of color #A34ABE: hue angle of 286.03º degrees, saturation: 0.47, 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 #A34ABE is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16374190-
CMYK0.140.6100.25
HSL286.03º47.15%51.76%-
HSV(B)286.03º61.05%74.51%-
XYZ26.8516.450.47-
YUV113.83170.99163.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 74 (29.30% from 255) = 17.33%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=38.17%
G=17.33%
B=44.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163741900.140.6100.25286.0347.1551.76
HexA34ABEE3D01911e2f34
Octal24311227616750314365764
Binary101000111001010101111101110111101011001100011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34ABE; }

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

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

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

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

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

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

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

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