Html Css Color HEX #AC61BC Deep Lilac

📋 copy color: '#AC61BC'

red 172 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #AC61BC

Tints of Deep Lilac #AC61BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.23%

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 37.64%
G = 21.23%
B = 41.14%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC61BC (or 0xAC61BC) is known color: Deep Lilac. HEX triplet: AC, 61 and BC. RGB value is (172,97,188). Sum of RGB (Red+Green+Blue) = 172+97+188=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61BC is #539E43. Grayscale: #818181. Windows color (decimal): -5480004 or 12345772. OLE color: 12345772.

HSL color Cylindrical-coordinate representation of color #AC61BC: hue angle of 289.45º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC61BC is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 97 188 -
CMYK 0.09 0.48 0 0.26
HSL 289.45º 0.4% 0.56% -
HSV(B) 289.45º 0.48% 0.74% -
XYZ 30.37 20.95 50.02 -
YUV 129.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 172 97 188 0.09 0.48 0 0.26 289.45 0.4 0.56
Hex AC 61 BC 9 30 0 1A 121 28 38
Octal 254 141 274 11 60 0 32 441 50 70
Binary 10101100 1100001 10111100 1001 110000 0 11010 100100001 101000 111000

Color Harmonies of #AC61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61BC

Black with #AC61BC

Text Example


Text Example

White with #AC61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61BC; }

 p { color: rgb(172,97,188); }

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

background-color css

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

 a { background-color: rgb(172,97,188); }

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

border-color css

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

 span { border-color: rgb(172,97,188); }

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