#A366BE

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

Shades of Deep Lilac #A366BE

Tints of Deep Lilac #A366BE

Color information

#A366BE (or 0xA366BE) is unknown color: approx Deep Lilac. HEX triplet: A3, 66 and BE. RGB value is (163,102,190). Sum of RGB (Red+Green+Blue) = 163+102+190=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #A366BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366BE is #5C9941. Grayscale: #818181. Windows color (decimal): -6068546 or 12478115. OLE color: 12478115.

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

Color convert

RGB163102190-
CMYK0.140.4600.25
HSL281.59º40.37%57.25%-
HSV(B)281.59º46.32%74.51%-
XYZ29.1521.0151.23-
YUV130.27161.71151.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=35.82%
G=22.42%
B=41.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631021900.140.4600.25281.5940.3757.25
HexA366BEE2E01911a2839
Octal24314627616560314325071
Binary101000111100110101111101110101110011001100011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366BE; }

 p { color: rgb(163,102,190); }

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

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

 a { background-color: rgb(163,102,190); }

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

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

 span { border-color: rgb(163,102,190); }

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