#A078CF

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

Shades of Lilac Bush #A078CF

Tints of Lilac Bush #A078CF

Color information

#A078CF (or 0xA078CF) is unknown color: approx Lilac Bush. HEX triplet: A0, 78 and CF. RGB value is (160,120,207). Sum of RGB (Red+Green+Blue) = 160+120+207=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #A078CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078CF is #5F8730. Grayscale: #8D8D8D. Windows color (decimal): -6260529 or 13596832. OLE color: 13596832.

HSL color Cylindrical-coordinate representation of color #A078CF: hue angle of 267.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A078CF is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160120207-
CMYK0.230.4200.19
HSL267.59º47.54%64.12%-
HSV(B)267.59º42.03%81.18%-
XYZ32.4825.4162.22-
YUV141.88164.75140.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=32.85%
G=24.64%
B=42.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601202070.230.4200.19267.5947.5464.12
HexA078CF172A01310c3040
Octal240170317275202341460100
Binary10100000111100011001111101111010100100111000011001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078CF; }

 p { color: rgb(160,120,207); }

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

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

 a { background-color: rgb(160,120,207); }

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

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

 span { border-color: rgb(160,120,207); }

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