#A068B4

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

Shades of Deep Lilac #A068B4

Tints of Deep Lilac #A068B4

Color information

#A068B4 (or 0xA068B4) is unknown color: approx Deep Lilac. HEX triplet: A0, 68 and B4. RGB value is (160,104,180). Sum of RGB (Red+Green+Blue) = 160+104+180=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #A068B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068B4 is #5F974B. Grayscale: #818181. Windows color (decimal): -6264652 or 11823264. OLE color: 11823264.

HSL color Cylindrical-coordinate representation of color #A068B4: hue angle of 284.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A068B4 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160104180-
CMYK0.110.4200.29
HSL284.21º33.63%55.69%-
HSV(B)284.21º42.22%70.59%-
XYZ27.6920.6745.71-
YUV129.41156.55149.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=36.04%
G=23.42%
B=40.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601041800.110.4200.29284.2133.6355.69
HexA068B4B2A01D11c2238
Octal24015026413520354344270
Binary101000001101000101101001011101010011101100011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068B4; }

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

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

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

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

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

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

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

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