Html Css Color HEX #AC6CBF Deep Lilac

📋 copy color: '#AC6CBF'

red 172 ◦ green 108 ◦ blue 191

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

Shades of Deep Lilac #AC6CBF

Tints of Deep Lilac #AC6CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

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

R = 36.52%
G = 22.93%
B = 40.55%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC6CBF (or 0xAC6CBF) is known color: Deep Lilac. HEX triplet: AC, 6C and BF. RGB value is (172,108,191). Sum of RGB (Red+Green+Blue) = 172+108+191=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC6CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CBF is #539340. Grayscale: #888888. Windows color (decimal): -5477185 or 12545196. OLE color: 12545196.

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

Color convert

RGB 172 108 191 -
CMYK 0.10 0.43 0 0.25
HSL 286.27º 0.39% 0.59% -
HSV(B) 286.27º 0.43% 0.75% -
XYZ 31.78 23.26 52.1 -
YUV 136.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 172 108 191 0.10 0.43 0 0.25 286.27 0.39 0.59
Hex AC 6C BF A 2B 0 19 11E 27 3B
Octal 254 154 277 12 53 0 31 436 47 73
Binary 10101100 1101100 10111111 1010 101011 0 11001 100011110 100111 111011

Color Harmonies of #AC6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CBF

Black with #AC6CBF

Text Example


Text Example

White with #AC6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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