#A068BC

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

Shades of Deep Lilac #A068BC

Tints of Deep Lilac #A068BC

Color information

#A068BC (or 0xA068BC) is unknown color: approx Deep Lilac. HEX triplet: A0, 68 and BC. RGB value is (160,104,188). Sum of RGB (Red+Green+Blue) = 160+104+188=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #A068BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068BC is #5F9743. Grayscale: #828282. Windows color (decimal): -6264644 or 12347552. OLE color: 12347552.

HSL color Cylindrical-coordinate representation of color #A068BC: hue angle of 280º 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 #A068BC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160104188-
CMYK0.150.4500.26
HSL280º38.53%57.25%-
HSV(B)280º44.68%73.73%-
XYZ28.5221.0150.13-
YUV130.32160.55149.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=35.40%
G=23.01%
B=41.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601041880.150.4500.2628038.5357.25
HexA068BCF2D01A1182739
Octal24015027417550324304771
Binary101000001101000101111001111101101011010100011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068BC; }

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

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

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

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

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

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

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

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