#A14CCB

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

Shades of Deep Lilac #A14CCB

Tints of Deep Lilac #A14CCB

Color information

#A14CCB (or 0xA14CCB) is unknown color: approx Deep Lilac. HEX triplet: A1, 4C and CB. RGB value is (161,76,203). Sum of RGB (Red+Green+Blue) = 161+76+203=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #A14CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CCB is #5EB334. Grayscale: #737373. Windows color (decimal): -6206261 or 13323425. OLE color: 13323425.

HSL color Cylindrical-coordinate representation of color #A14CCB: hue angle of 280.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14CCB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16176203-
CMYK0.210.6300.20
HSL280.16º54.98%54.71%-
HSV(B)280.16º62.56%79.61%-
XYZ28.0617.0658.31-
YUV115.89177.16160.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=36.59%
G=17.27%
B=46.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161762030.210.6300.20280.1654.9854.71
HexA14CCB153F0141183737
Octal24111431325770244306767
Binary1010000110011001100101110101111111010100100011000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14CCB; }

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

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

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

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

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

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

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

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