Html Css Color HEX #A660C2 Deep Lilac

📋 copy color: '#A660C2'

red 166 ◦ green 96 ◦ blue 194

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

Shades of Deep Lilac #A660C2

Tints of Deep Lilac #A660C2

RGB

 RED value IS 166 (65.23% from 255) = 36.4%

 GREEN value IS 96 (37.89% from 255) = 21.05%

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 36.4%
G = 21.05%
B = 42.54%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A660C2 (or 0xA660C2) is known color: Deep Lilac. HEX triplet: A6, 60 and C2. RGB value is (166,96,194). Sum of RGB (Red+Green+Blue) = 166+96+194=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #A660C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660C2 is #599F3D. Grayscale: #7F7F7F. Windows color (decimal): -5873470 or 12738726. OLE color: 12738726.

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

Color convert

RGB 166 96 194 -
CMYK 0.14 0.51 0 0.24
HSL 282.86º 0.45% 0.57% -
HSV(B) 282.86º 0.51% 0.76% -
XYZ 29.65 20.37 53.41 -
YUV 128.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 166 96 194 0.14 0.51 0 0.24 282.86 0.45 0.57
Hex A6 60 C2 E 33 0 18 11B 2D 39
Octal 246 140 302 16 63 0 30 433 55 71
Binary 10100110 1100000 11000010 1110 110011 0 11000 100011011 101101 111001

Color Harmonies of #A660C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A660C2

Black with #A660C2

Text Example


Text Example

White with #A660C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A660C2; }

 p { color: rgb(166,96,194); }

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

background-color css

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

 a { background-color: rgb(166,96,194); }

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

border-color css

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

 span { border-color: rgb(166,96,194); }

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