#AC6DBE

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

Shades of Deep Lilac #AC6DBE

Tints of Deep Lilac #AC6DBE

Color information

#AC6DBE (or 0xAC6DBE) is unknown color: approx Deep Lilac. HEX triplet: AC, 6D and BE. RGB value is (172,109,190). Sum of RGB (Red+Green+Blue) = 172+109+190=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DBE is #539241. Grayscale: #888888. Windows color (decimal): -5476930 or 12479916. OLE color: 12479916.

HSL color Cylindrical-coordinate representation of color #AC6DBE: hue angle of 286.67º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6DBE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172109190-
CMYK0.090.4300.25
HSL286.67º38.39%58.63%-
HSV(B)286.67º42.63%74.51%-
XYZ31.7823.4351.56-
YUV137.07157.87152.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=36.52%
G=23.14%
B=40.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721091900.090.4300.25286.6738.3958.63
HexAC6DBE92B01911f263b
Octal25415527611530314374673
Binary101011001101101101111101001101011011001100011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6DBE; }

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

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

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

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

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

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

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

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