#A067BC

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

Shades of Deep Lilac #A067BC

Tints of Deep Lilac #A067BC

Color information

#A067BC (or 0xA067BC) is unknown color: approx Deep Lilac. HEX triplet: A0, 67 and BC. RGB value is (160,103,188). Sum of RGB (Red+Green+Blue) = 160+103+188=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #A067BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067BC is #5F9843. Grayscale: #818181. Windows color (decimal): -6264900 or 12347296. OLE color: 12347296.

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

Color convert

RGB160103188-
CMYK0.150.4500.26
HSL280.24º38.81%57.06%-
HSV(B)280.24º45.21%73.73%-
XYZ28.4220.850.09-
YUV129.73160.88149.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=35.48%
G=22.84%
B=41.69%

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
Decimal1601031880.150.4500.26280.2438.8157.06
HexA067BCF2D01A1182739
Octal24014727417550324304771
Binary101000001100111101111001111101101011010100011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067BC; }

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

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

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

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

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

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

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

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