Html Css Color HEX #AC5DC1 Deep Lilac

📋 copy color: '#AC5DC1'

red 172 ◦ green 93 ◦ blue 193

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

Shades of Deep Lilac #AC5DC1

Tints of Deep Lilac #AC5DC1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

 BLUE value IS 193 (75.78% from 255) = 42.14%

R = 37.55%
G = 20.31%
B = 42.14%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC5DC1 (or 0xAC5DC1) is known color: Deep Lilac. HEX triplet: AC, 5D and C1. RGB value is (172,93,193). Sum of RGB (Red+Green+Blue) = 172+93+193=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC5DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DC1 is #53A23E. Grayscale: #7F7F7F. Windows color (decimal): -5481023 or 12672428. OLE color: 12672428.

HSL color Cylindrical-coordinate representation of color #AC5DC1: hue angle of 287.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5DC1 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 93 193 -
CMYK 0.11 0.52 0 0.24
HSL 287.4º 0.45% 0.56% -
HSV(B) 287.4º 0.52% 0.76% -
XYZ 30.55 20.45 52.79 -
YUV 128.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 172 93 193 0.11 0.52 0 0.24 287.4 0.45 0.56
Hex AC 5D C1 B 34 0 18 11F 2D 38
Octal 254 135 301 13 64 0 30 437 55 70
Binary 10101100 1011101 11000001 1011 110100 0 11000 100011111 101101 111000

Color Harmonies of #AC5DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DC1

Black with #AC5DC1

Text Example


Text Example

White with #AC5DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DC1; }

 p { color: rgb(172,93,193); }

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

background-color css

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

 a { background-color: rgb(172,93,193); }

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

border-color css

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

 span { border-color: rgb(172,93,193); }

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