#A367BF

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

Shades of Deep Lilac #A367BF

Tints of Deep Lilac #A367BF

Color information

#A367BF (or 0xA367BF) is unknown color: approx Deep Lilac. HEX triplet: A3, 67 and BF. RGB value is (163,103,191). Sum of RGB (Red+Green+Blue) = 163+103+191=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #A367BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367BF is #5C9840. Grayscale: #828282. Windows color (decimal): -6068289 or 12543907. OLE color: 12543907.

HSL color Cylindrical-coordinate representation of color #A367BF: hue angle of 280.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A367BF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163103191-
CMYK0.150.4600.25
HSL280.91º40.74%57.65%-
HSV(B)280.91º46.07%74.9%-
XYZ29.3621.2551.84-
YUV130.97161.88150.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 103 (40.62% from 255) = 22.54%
BLUE value IS 191 (75% from 255) = 41.79%
R=35.67%
G=22.54%
B=41.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631031910.150.4600.25280.9140.7457.65
HexA367BFF2E019119293a
Octal24314727717560314315172
Binary101000111100111101111111111101110011001100011001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367BF; }

 p { color: rgb(163,103,191); }

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

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

 a { background-color: rgb(163,103,191); }

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

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

 span { border-color: rgb(163,103,191); }

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