Html Css Color HEX #AC6CB9 Deep Lilac

📋 copy color: '#AC6CB9'

red 172 ◦ green 108 ◦ blue 185

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

Shades of Deep Lilac #AC6CB9

Tints of Deep Lilac #AC6CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.78%

R = 36.99%
G = 23.23%
B = 39.78%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC6CB9 (or 0xAC6CB9) is known color: Deep Lilac. HEX triplet: AC, 6C and B9. RGB value is (172,108,185). Sum of RGB (Red+Green+Blue) = 172+108+185=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC6CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CB9 is #539346. Grayscale: #878787. Windows color (decimal): -5477191 or 12151980. OLE color: 12151980.

HSL color Cylindrical-coordinate representation of color #AC6CB9: hue angle of 289.87º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6CB9 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 108 185 -
CMYK 0.07 0.42 0 0.27
HSL 289.87º 0.35% 0.57% -
HSV(B) 289.87º 0.42% 0.73% -
XYZ 31.13 23 48.7 -
YUV 135.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 172 108 185 0.07 0.42 0 0.27 289.87 0.35 0.57
Hex AC 6C B9 7 2A 0 1B 122 23 39
Octal 254 154 271 7 52 0 33 442 43 71
Binary 10101100 1101100 10111001 111 101010 0 11011 100100010 100011 111001

Color Harmonies of #AC6CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CB9

Black with #AC6CB9

Text Example


Text Example

White with #AC6CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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