Html Css Color HEX #AC61BD Deep Lilac

📋 copy color: '#AC61BD'

red 172 ◦ green 97 ◦ blue 189

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

Shades of Deep Lilac #AC61BD

Tints of Deep Lilac #AC61BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 37.55%
G = 21.18%
B = 41.27%

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

#AC61BD (or 0xAC61BD) is known color: Deep Lilac. HEX triplet: AC, 61 and BD. RGB value is (172,97,189). Sum of RGB (Red+Green+Blue) = 172+97+189=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC61BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61BD is #539E42. Grayscale: #818181. Windows color (decimal): -5480003 or 12411308. OLE color: 12411308.

HSL color Cylindrical-coordinate representation of color #AC61BD: hue angle of 288.91º 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 #AC61BD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 97 189 -
CMYK 0.09 0.49 0 0.26
HSL 288.91º 0.41% 0.56% -
HSV(B) 288.91º 0.49% 0.74% -
XYZ 30.47 20.99 50.59 -
YUV 129.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 172 97 189 0.09 0.49 0 0.26 288.91 0.41 0.56
Hex AC 61 BD 9 31 0 1A 121 29 38
Octal 254 141 275 11 61 0 32 441 51 70
Binary 10101100 1100001 10111101 1001 110001 0 11010 100100001 101001 111000

Color Harmonies of #AC61BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61BD

Black with #AC61BD

Text Example


Text Example

White with #AC61BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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