#AC67C1

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

Shades of Deep Lilac #AC67C1

Tints of Deep Lilac #AC67C1

Color information

#AC67C1 (or 0xAC67C1) is unknown color: approx Deep Lilac. HEX triplet: AC, 67 and C1. RGB value is (172,103,193). Sum of RGB (Red+Green+Blue) = 172+103+193=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC67C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67C1 is #53983E. Grayscale: #858585. Windows color (decimal): -5478463 or 12674988. OLE color: 12674988.

HSL color Cylindrical-coordinate representation of color #AC67C1: hue angle of 286º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC67C1 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172103193-
CMYK0.110.4700.24
HSL286º42.06%58.04%-
HSV(B)286º46.63%75.69%-
XYZ31.4922.3253.1-
YUV133.89161.36155.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=36.75%
G=22.01%
B=41.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721031930.110.4700.2428642.0658.04
HexAC67C1B2F01811e2a3a
Octal25414730113570304365272
Binary101011001100111110000011011101111011000100011110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67C1; }

 p { color: rgb(172,103,193); }

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

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

 a { background-color: rgb(172,103,193); }

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

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

 span { border-color: rgb(172,103,193); }

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