#A567BA

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

Shades of Deep Lilac #A567BA

Tints of Deep Lilac #A567BA

Color information

#A567BA (or 0xA567BA) is unknown color: approx Deep Lilac. HEX triplet: A5, 67 and BA. RGB value is (165,103,186). Sum of RGB (Red+Green+Blue) = 165+103+186=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A567BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567BA is #5A9845. Grayscale: #828282. Windows color (decimal): -5937222 or 12216229. OLE color: 12216229.

HSL color Cylindrical-coordinate representation of color #A567BA: hue angle of 284.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A567BA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165103186-
CMYK0.110.4500.27
HSL284.82º37.56%56.67%-
HSV(B)284.82º44.62%72.94%-
XYZ29.2321.2549.01-
YUV131159.04152.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 103 (40.62% from 255) = 22.69%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=36.34%
G=22.69%
B=40.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651031860.110.4500.27284.8237.5656.67
HexA567BAB2D01B11d2639
Octal24514727213550334354671
Binary101001011100111101110101011101101011011100011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A567BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A567BA; }

 p { color: rgb(165,103,186); }

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

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

 a { background-color: rgb(165,103,186); }

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

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

 span { border-color: rgb(165,103,186); }

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