#A46CBB

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

Shades of Deep Lilac #A46CBB

Tints of Deep Lilac #A46CBB

Color information

#A46CBB (or 0xA46CBB) is unknown color: approx Deep Lilac. HEX triplet: A4, 6C and BB. RGB value is (164,108,187). Sum of RGB (Red+Green+Blue) = 164+108+187=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #A46CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CBB is #5B9344. Grayscale: #858585. Windows color (decimal): -6001477 or 12283044. OLE color: 12283044.

HSL color Cylindrical-coordinate representation of color #A46CBB: hue angle of 282.53º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46CBB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164108187-
CMYK0.120.4200.27
HSL282.53º36.74%57.84%-
HSV(B)282.53º42.25%73.33%-
XYZ29.6422.2149.74-
YUV133.75158.05149.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=35.73%
G=23.53%
B=40.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641081870.120.4200.27282.5336.7457.84
HexA46CBBC2A01B11b253a
Octal24415427314520334334572
Binary101001001101100101110111100101010011011100011011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CBB; }

 p { color: rgb(164,108,187); }

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

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

 a { background-color: rgb(164,108,187); }

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

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

 span { border-color: rgb(164,108,187); }

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