#A369BB

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

Shades of Deep Lilac #A369BB

Tints of Deep Lilac #A369BB

Color information

#A369BB (or 0xA369BB) is unknown color: approx Deep Lilac. HEX triplet: A3, 69 and BB. RGB value is (163,105,187). Sum of RGB (Red+Green+Blue) = 163+105+187=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #A369BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369BB is #5C9644. Grayscale: #838383. Windows color (decimal): -6067781 or 12282275. OLE color: 12282275.

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

Color convert

RGB163105187-
CMYK0.130.4400.27
HSL282.44º37.61%57.25%-
HSV(B)282.44º43.85%73.33%-
XYZ29.1321.4849.62-
YUV131.69159.22150.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=35.82%
G=23.08%
B=41.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631051870.130.4400.27282.4437.6157.25
HexA369BBD2C01B11a2639
Octal24315127315540334324671
Binary101000111101001101110111101101100011011100011010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A369BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A369BB; }

 p { color: rgb(163,105,187); }

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

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

 a { background-color: rgb(163,105,187); }

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

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

 span { border-color: rgb(163,105,187); }

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