Html Css Color HEX #AC6BC0 Deep Lilac

📋 copy color: '#AC6BC0'

red 172 ◦ green 107 ◦ blue 192

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

Shades of Deep Lilac #AC6BC0

Tints of Deep Lilac #AC6BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 36.52%
G = 22.72%
B = 40.76%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC6BC0 (or 0xAC6BC0) is known color: Deep Lilac. HEX triplet: AC, 6B and C0. RGB value is (172,107,192). Sum of RGB (Red+Green+Blue) = 172+107+192=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC6BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BC0 is #53943F. Grayscale: #878787. Windows color (decimal): -5477440 or 12610476. OLE color: 12610476.

HSL color Cylindrical-coordinate representation of color #AC6BC0: hue angle of 285.88º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6BC0 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 107 192 -
CMYK 0.10 0.44 0 0.25
HSL 285.88º 0.4% 0.59% -
HSV(B) 285.88º 0.44% 0.75% -
XYZ 31.79 23.09 52.65 -
YUV 136.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 172 107 192 0.10 0.44 0 0.25 285.88 0.4 0.59
Hex AC 6B C0 A 2C 0 19 11E 28 3B
Octal 254 153 300 12 54 0 31 436 50 73
Binary 10101100 1101011 11000000 1010 101100 0 11001 100011110 101000 111011

Color Harmonies of #AC6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BC0

Black with #AC6BC0

Text Example


Text Example

White with #AC6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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