#AC6BB9

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

Shades of Deep Lilac #AC6BB9

Tints of Deep Lilac #AC6BB9

Color information

#AC6BB9 (or 0xAC6BB9) is unknown color: approx Deep Lilac. HEX triplet: AC, 6B and B9. RGB value is (172,107,185). Sum of RGB (Red+Green+Blue) = 172+107+185=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC6BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BB9 is #539446. Grayscale: #878787. Windows color (decimal): -5477447 or 12151724. OLE color: 12151724.

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

Color convert

RGB172107185-
CMYK0.070.4200.27
HSL290º35.78%57.25%-
HSV(B)290º42.16%72.55%-
XYZ31.0322.7948.66-
YUV135.33156.03154.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=37.07%
G=23.06%
B=39.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721071850.070.4200.2729035.7857.25
HexAC6BB972A01B1222439
Octal2541532717520334424471
Binary10101100110101110111001111101010011011100100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BB9; }

 p { color: rgb(172,107,185); }

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

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

 a { background-color: rgb(172,107,185); }

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

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

 span { border-color: rgb(172,107,185); }

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