#A14CBE

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

Shades of Deep Lilac #A14CBE

Tints of Deep Lilac #A14CBE

Color information

#A14CBE (or 0xA14CBE) is unknown color: approx Deep Lilac. HEX triplet: A1, 4C and BE. RGB value is (161,76,190). Sum of RGB (Red+Green+Blue) = 161+76+190=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 76 (30.08% from 255 or 17.80% 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 #A14CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CBE is #5EB341. Grayscale: #727272. Windows color (decimal): -6206274 or 12471457. OLE color: 12471457.

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

Color convert

RGB16176190-
CMYK0.150.6000.25
HSL284.74º46.72%52.16%-
HSV(B)284.74º60%74.51%-
XYZ26.5816.4650.49-
YUV114.41170.66161.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=37.70%
G=17.80%
B=44.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161761900.150.6000.25284.7446.7252.16
HexA14CBEF3C01911d2f34
Octal24111427617740314355764
Binary101000011001100101111101111111100011001100011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14CBE; }

 p { color: rgb(161,76,190); }

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

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

 a { background-color: rgb(161,76,190); }

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

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

 span { border-color: rgb(161,76,190); }

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