#AC61B7

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

Shades of Deep Lilac #AC61B7

Tints of Deep Lilac #AC61B7

Color information

#AC61B7 (or 0xAC61B7) is unknown color: approx Deep Lilac. HEX triplet: AC, 61 and B7. RGB value is (172,97,183). Sum of RGB (Red+Green+Blue) = 172+97+183=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC61B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61B7 is #539E48. Grayscale: #808080. Windows color (decimal): -5480009 or 12018092. OLE color: 12018092.

HSL color Cylindrical-coordinate representation of color #AC61B7: hue angle of 292.33º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC61B7 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17297183-
CMYK0.060.4700.28
HSL292.33º37.39%54.9%-
HSV(B)292.33º46.99%71.76%-
XYZ29.8420.7447.23-
YUV129.23158.35158.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 183 (71.88% from 255) = 40.49%
R=38.05%
G=21.46%
B=40.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172971830.060.4700.28292.3337.3954.9
HexAC61B762F01C1242537
Octal2541412676570344444567
Binary10101100110000110110111110101111011100100100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61B7; }

 p { color: rgb(172,97,183); }

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

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

 a { background-color: rgb(172,97,183); }

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

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

 span { border-color: rgb(172,97,183); }

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