Html Css Color HEX #AC60BC Deep Lilac

📋 copy color: '#AC60BC'

red 172 ◦ green 96 ◦ blue 188

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

Shades of Deep Lilac #AC60BC

Tints of Deep Lilac #AC60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.05%

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

R = 37.72%
G = 21.05%
B = 41.23%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC60BC (or 0xAC60BC) is known color: Deep Lilac. HEX triplet: AC, 60 and BC. RGB value is (172,96,188). Sum of RGB (Red+Green+Blue) = 172+96+188=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60BC is #539F43. Grayscale: #808080. Windows color (decimal): -5480260 or 12345516. OLE color: 12345516.

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

Color convert

RGB 172 96 188 -
CMYK 0.09 0.49 0 0.26
HSL 289.57º 0.41% 0.56% -
HSV(B) 289.57º 0.49% 0.74% -
XYZ 30.27 20.77 49.99 -
YUV 129.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 172 96 188 0.09 0.49 0 0.26 289.57 0.41 0.56
Hex AC 60 BC 9 31 0 1A 122 29 38
Octal 254 140 274 11 61 0 32 442 51 70
Binary 10101100 1100000 10111100 1001 110001 0 11010 100100010 101001 111000

Color Harmonies of #AC60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60BC

Black with #AC60BC

Text Example


Text Example

White with #AC60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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