Html Css Color HEX #AC67C0 Deep Lilac

📋 copy color: '#AC67C0'

red 172 ◦ green 103 ◦ blue 192

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

Shades of Deep Lilac #AC67C0

Tints of Deep Lilac #AC67C0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.06%

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 36.83%
G = 22.06%
B = 41.11%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC67C0 (or 0xAC67C0) is known color: Deep Lilac. HEX triplet: AC, 67 and C0. RGB value is (172,103,192). Sum of RGB (Red+Green+Blue) = 172+103+192=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC67C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67C0 is #53983F. Grayscale: #858585. Windows color (decimal): -5478464 or 12609452. OLE color: 12609452.

HSL color Cylindrical-coordinate representation of color #AC67C0: hue angle of 286.52º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC67C0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 103 192 -
CMYK 0.10 0.46 0 0.25
HSL 286.52º 0.41% 0.58% -
HSV(B) 286.52º 0.46% 0.75% -
XYZ 31.38 22.28 52.52 -
YUV 133.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 172 103 192 0.10 0.46 0 0.25 286.52 0.41 0.58
Hex AC 67 C0 A 2E 0 19 11F 29 3A
Octal 254 147 300 12 56 0 31 437 51 72
Binary 10101100 1100111 11000000 1010 101110 0 11001 100011111 101001 111010

Color Harmonies of #AC67C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC67C0

Black with #AC67C0

Text Example


Text Example

White with #AC67C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC67C0; }

 p { color: rgb(172,103,192); }

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

background-color css

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

 a { background-color: rgb(172,103,192); }

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

border-color css

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

 span { border-color: rgb(172,103,192); }

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