#A468BC

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

Shades of Deep Lilac #A468BC

Tints of Deep Lilac #A468BC

Color information

#A468BC (or 0xA468BC) is unknown color: approx Deep Lilac. HEX triplet: A4, 68 and BC. RGB value is (164,104,188). Sum of RGB (Red+Green+Blue) = 164+104+188=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A468BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468BC is #5B9743. Grayscale: #838383. Windows color (decimal): -6002500 or 12347556. OLE color: 12347556.

HSL color Cylindrical-coordinate representation of color #A468BC: hue angle of 282.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A468BC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164104188-
CMYK0.130.4500.26
HSL282.86º38.53%57.25%-
HSV(B)282.86º44.68%73.73%-
XYZ29.3421.4250.17-
YUV131.52159.88151.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=35.96%
G=22.81%
B=41.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641041880.130.4500.26282.8638.5357.25
HexA468BCD2D01A11b2739
Octal24415027415550324334771
Binary101001001101000101111001101101101011010100011011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468BC; }

 p { color: rgb(164,104,188); }

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

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

 a { background-color: rgb(164,104,188); }

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

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

 span { border-color: rgb(164,104,188); }

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