Html Css Color HEX #AC6BC1 Deep Lilac

📋 copy color: '#AC6BC1'

red 172 ◦ green 107 ◦ blue 193

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

Shades of Deep Lilac #AC6BC1

Tints of Deep Lilac #AC6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 36.44%
G = 22.67%
B = 40.89%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC6BC1 (or 0xAC6BC1) is known color: Deep Lilac. HEX triplet: AC, 6B and C1. RGB value is (172,107,193). Sum of RGB (Red+Green+Blue) = 172+107+193=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC6BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BC1 is #53943E. Grayscale: #878787. Windows color (decimal): -5477439 or 12676012. OLE color: 12676012.

HSL color Cylindrical-coordinate representation of color #AC6BC1: hue angle of 285.35º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC6BC1 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 107 193 -
CMYK 0.11 0.45 0 0.24
HSL 285.35º 0.41% 0.59% -
HSV(B) 285.35º 0.45% 0.76% -
XYZ 31.9 23.14 53.24 -
YUV 136.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 172 107 193 0.11 0.45 0 0.24 285.35 0.41 0.59
Hex AC 6B C1 B 2D 0 18 11D 29 3B
Octal 254 153 301 13 55 0 30 435 51 73
Binary 10101100 1101011 11000001 1011 101101 0 11000 100011101 101001 111011

Color Harmonies of #AC6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BC1

Black with #AC6BC1

Text Example


Text Example

White with #AC6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BC1; }

 p { color: rgb(172,107,193); }

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

background-color css

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

 a { background-color: rgb(172,107,193); }

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

border-color css

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

 span { border-color: rgb(172,107,193); }

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