Html Css Color HEX #AC5FBF Deep Lilac

📋 copy color: '#AC5FBF'

red 172 ◦ green 95 ◦ blue 191

#AC5FBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #AC5FBF

Tints of Deep Lilac #AC5FBF

RGB

 RED value IS 172 (67.58% from 255) = 37.55%

 GREEN value IS 95 (37.5% from 255) = 20.74%

 BLUE value IS 191 (75% from 255) = 41.7%

R = 37.55%
G = 20.74%
B = 41.7%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC5FBF (or 0xAC5FBF) is known color: Deep Lilac. HEX triplet: AC, 5F and BF. RGB value is (172,95,191). Sum of RGB (Red+Green+Blue) = 172+95+191=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC5FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FBF is #53A040. Grayscale: #808080. Windows color (decimal): -5480513 or 12541868. OLE color: 12541868.

HSL color Cylindrical-coordinate representation of color #AC5FBF: hue angle of 288.12º degrees, saturation: 0.43, 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 #AC5FBF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 95 191 -
CMYK 0.10 0.50 0 0.25
HSL 288.13º 0.43% 0.56% -
HSV(B) 288.13º 0.5% 0.75% -
XYZ 30.51 20.72 51.68 -
YUV 128.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 172 95 191 0.10 0.50 0 0.25 288.13 0.43 0.56
Hex AC 5F BF A 32 0 19 120 2B 38
Octal 254 137 277 12 62 0 31 440 53 70
Binary 10101100 1011111 10111111 1010 110010 0 11001 100100000 101011 111000

Color Harmonies of #AC5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5FBF

Black with #AC5FBF

Text Example


Text Example

White with #AC5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5FBF; }

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

 H1.HeaderClassName
 {
   color: #AC5FBF;
 }
 .AnyTagClassName
 {
   color: #AC5FBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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