Html Css Color HEX #AC61C1 Deep Lilac

📋 copy color: '#AC61C1'

red 172 ◦ green 97 ◦ blue 193

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

Shades of Deep Lilac #AC61C1

Tints of Deep Lilac #AC61C1

RGB

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

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

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

R = 37.23%
G = 21%
B = 41.77%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC61C1 (or 0xAC61C1) is known color: Deep Lilac. HEX triplet: AC, 61 and C1. RGB value is (172,97,193). Sum of RGB (Red+Green+Blue) = 172+97+193=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC61C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C1 is #539E3E. Grayscale: #828282. Windows color (decimal): -5479999 or 12673452. OLE color: 12673452.

HSL color Cylindrical-coordinate representation of color #AC61C1: hue angle of 286.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC61C1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 97 193 -
CMYK 0.11 0.50 0 0.24
HSL 286.88º 0.44% 0.57% -
HSV(B) 286.88º 0.5% 0.76% -
XYZ 30.91 21.17 52.91 -
YUV 130.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 172 97 193 0.11 0.50 0 0.24 286.88 0.44 0.57
Hex AC 61 C1 B 32 0 18 11F 2C 39
Octal 254 141 301 13 62 0 30 437 54 71
Binary 10101100 1100001 11000001 1011 110010 0 11000 100011111 101100 111001

Color Harmonies of #AC61C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61C1

Black with #AC61C1

Text Example


Text Example

White with #AC61C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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