#AC5FBE

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

Shades of Deep Lilac #AC5FBE

Tints of Deep Lilac #AC5FBE

Color information

#AC5FBE (or 0xAC5FBE) is unknown color: approx Deep Lilac. HEX triplet: AC, 5F and BE. RGB value is (172,95,190). Sum of RGB (Red+Green+Blue) = 172+95+190=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FBE is #53A041. Grayscale: #808080. Windows color (decimal): -5480514 or 12476332. OLE color: 12476332.

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

Color convert

RGB17295190-
CMYK0.090.500.25
HSL288.63º42.22%55.88%-
HSV(B)288.63º50%74.51%-
XYZ30.420.6751.1-
YUV128.85162.51158.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=37.64%
G=20.79%
B=41.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172951900.090.500.25288.6342.2255.88
HexAC5FBE9320191212a38
Octal25413727611620314415270
Binary101011001011111101111101001110010011001100100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5FBE; }

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

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

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

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

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

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

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

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