#AC62BE

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

Shades of Deep Lilac #AC62BE

Tints of Deep Lilac #AC62BE

Color information

#AC62BE (or 0xAC62BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 62 and BE. RGB value is (172,98,190). Sum of RGB (Red+Green+Blue) = 172+98+190=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC62BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62BE is #539D41. Grayscale: #828282. Windows color (decimal): -5479746 or 12477100. OLE color: 12477100.

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

Color convert

RGB17298190-
CMYK0.090.4800.25
HSL288.26º41.44%56.47%-
HSV(B)288.26º48.42%74.51%-
XYZ30.6821.2251.2-
YUV130.61161.52157.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 98 (38.67% from 255) = 21.30%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=37.39%
G=21.30%
B=41.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172981900.090.4800.25288.2641.4456.47
HexAC62BE9300191202938
Octal25414227611600314405170
Binary101011001100010101111101001110000011001100100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC62BE; }

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

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

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

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

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

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

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

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