#A365BC

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

Shades of Deep Lilac #A365BC

Tints of Deep Lilac #A365BC

Color information

#A365BC (or 0xA365BC) is unknown color: approx Deep Lilac. HEX triplet: A3, 65 and BC. RGB value is (163,101,188). Sum of RGB (Red+Green+Blue) = 163+101+188=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #A365BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365BC is #5C9A43. Grayscale: #818181. Windows color (decimal): -6068804 or 12346787. OLE color: 12346787.

HSL color Cylindrical-coordinate representation of color #A365BC: hue angle of 282.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A365BC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163101188-
CMYK0.130.4600.26
HSL282.76º39.37%56.67%-
HSV(B)282.76º46.28%73.73%-
XYZ28.8420.7250.06-
YUV129.46161.04151.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=36.06%
G=22.35%
B=41.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631011880.130.4600.26282.7639.3756.67
HexA365BCD2E01A11b2739
Octal24314527415560324334771
Binary101000111100101101111001101101110011010100011011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365BC; }

 p { color: rgb(163,101,188); }

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

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

 a { background-color: rgb(163,101,188); }

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

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

 span { border-color: rgb(163,101,188); }

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