#AC62B7

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

Shades of Deep Lilac #AC62B7

Tints of Deep Lilac #AC62B7

Color information

#AC62B7 (or 0xAC62B7) is unknown color: approx Deep Lilac. HEX triplet: AC, 62 and B7. RGB value is (172,98,183). Sum of RGB (Red+Green+Blue) = 172+98+183=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC62B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62B7 is #539D48. Grayscale: #818181. Windows color (decimal): -5479753 or 12018348. OLE color: 12018348.

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

Color convert

RGB17298183-
CMYK0.060.4600.28
HSL292.24º37.12%55.1%-
HSV(B)292.24º46.45%71.76%-
XYZ29.9320.9247.26-
YUV129.82158.02158.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 183 (71.88% from 255) = 40.40%
R=37.97%
G=21.63%
B=40.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172981830.060.4600.28292.2437.1255.1
HexAC62B762E01C1242537
Octal2541422676560344444567
Binary10101100110001010110111110101110011100100100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC62B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC62B7; }

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

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

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

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

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

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

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

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