Html Css Color HEX #AC62C1 Deep Lilac

📋 copy color: '#AC62C1'

red 172 ◦ green 98 ◦ blue 193

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

Shades of Deep Lilac #AC62C1

Tints of Deep Lilac #AC62C1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.17%

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

R = 37.15%
G = 21.17%
B = 41.68%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC62C1 (or 0xAC62C1) is known color: Deep Lilac. HEX triplet: AC, 62 and C1. RGB value is (172,98,193). Sum of RGB (Red+Green+Blue) = 172+98+193=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC62C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62C1 is #539D3E. Grayscale: #828282. Windows color (decimal): -5479743 or 12673708. OLE color: 12673708.

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

Color convert

RGB 172 98 193 -
CMYK 0.11 0.49 0 0.24
HSL 286.74º 0.43% 0.57% -
HSV(B) 286.74º 0.49% 0.76% -
XYZ 31.01 21.36 52.94 -
YUV 130.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 172 98 193 0.11 0.49 0 0.24 286.74 0.43 0.57
Hex AC 62 C1 B 31 0 18 11F 2B 39
Octal 254 142 301 13 61 0 30 437 53 71
Binary 10101100 1100010 11000001 1011 110001 0 11000 100011111 101011 111001

Color Harmonies of #AC62C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62C1

Black with #AC62C1

Text Example


Text Example

White with #AC62C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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