Html Css Color HEX #AC6AB9 Deep Lilac

📋 copy color: '#AC6AB9'

red 172 ◦ green 106 ◦ blue 185

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

Shades of Deep Lilac #AC6AB9

Tints of Deep Lilac #AC6AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.89%

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

R = 37.15%
G = 22.89%
B = 39.96%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC6AB9 (or 0xAC6AB9) is known color: Deep Lilac. HEX triplet: AC, 6A and B9. RGB value is (172,106,185). Sum of RGB (Red+Green+Blue) = 172+106+185=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC6AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6AB9 is #539546. Grayscale: #868686. Windows color (decimal): -5477703 or 12151468. OLE color: 12151468.

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

Color convert

RGB 172 106 185 -
CMYK 0.07 0.43 0 0.27
HSL 290.13º 0.36% 0.57% -
HSV(B) 290.13º 0.43% 0.73% -
XYZ 30.92 22.58 48.63 -
YUV 134.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 172 106 185 0.07 0.43 0 0.27 290.13 0.36 0.57
Hex AC 6A B9 7 2B 0 1B 122 24 39
Octal 254 152 271 7 53 0 33 442 44 71
Binary 10101100 1101010 10111001 111 101011 0 11011 100100010 100100 111001

Color Harmonies of #AC6AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6AB9

Black with #AC6AB9

Text Example


Text Example

White with #AC6AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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