#A365B7

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

Shades of Deep Lilac #A365B7

Tints of Deep Lilac #A365B7

Color information

#A365B7 (or 0xA365B7) is unknown color: approx Deep Lilac. HEX triplet: A3, 65 and B7. RGB value is (163,101,183). Sum of RGB (Red+Green+Blue) = 163+101+183=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 183 - color contains mainly: blue. Hex color #A365B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365B7 is #5C9A48. Grayscale: #808080. Windows color (decimal): -6068809 or 12019107. OLE color: 12019107.

HSL color Cylindrical-coordinate representation of color #A365B7: hue angle of 285.37º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A365B7 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163101183-
CMYK0.110.4500.28
HSL285.37º36.28%55.69%-
HSV(B)285.37º44.81%71.76%-
XYZ28.3120.5147.27-
YUV128.89158.54152.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 183 (71.88% from 255) = 40.94%
R=36.47%
G=22.60%
B=40.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631011830.110.4500.28285.3736.2855.69
HexA365B7B2D01C11d2438
Octal24314526713550344354470
Binary101000111100101101101111011101101011100100011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365B7; }

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

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

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

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

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

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

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

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