#AC6DBB

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

Shades of Deep Lilac #AC6DBB

Tints of Deep Lilac #AC6DBB

Color information

#AC6DBB (or 0xAC6DBB) is unknown color: approx Deep Lilac. HEX triplet: AC, 6D and BB. RGB value is (172,109,187). Sum of RGB (Red+Green+Blue) = 172+109+187=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DBB is #539244. Grayscale: #888888. Windows color (decimal): -5476933 or 12283308. OLE color: 12283308.

HSL color Cylindrical-coordinate representation of color #AC6DBB: hue angle of 288.46º degrees, saturation: 0.36, 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 #AC6DBB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172109187-
CMYK0.080.4200.27
HSL288.46º36.45%58.04%-
HSV(B)288.46º41.71%73.33%-
XYZ31.4523.349.85-
YUV136.73156.37153.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=36.75%
G=23.29%
B=39.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721091870.080.4200.27288.4636.4558.04
HexAC6DBB82A01B120243a
Octal25415527310520334404472
Binary101011001101101101110111000101010011011100100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DBB; }

 p { color: rgb(172,109,187); }

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

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

 a { background-color: rgb(172,109,187); }

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

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

 span { border-color: rgb(172,109,187); }

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