Html Css Color HEX #A668BC Deep Lilac

📋 copy color: '#A668BC'

red 166 ◦ green 104 ◦ blue 188

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

Shades of Deep Lilac #A668BC

Tints of Deep Lilac #A668BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.71%

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 36.24%
G = 22.71%
B = 41.05%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A668BC (or 0xA668BC) is known color: Deep Lilac. HEX triplet: A6, 68 and BC. RGB value is (166,104,188). Sum of RGB (Red+Green+Blue) = 166+104+188=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #A668BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668BC is #599743. Grayscale: #838383. Windows color (decimal): -5871428 or 12347558. OLE color: 12347558.

HSL color Cylindrical-coordinate representation of color #A668BC: hue angle of 284.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A668BC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 104 188 -
CMYK 0.12 0.45 0 0.26
HSL 284.29º 0.39% 0.57% -
HSV(B) 284.29º 0.45% 0.74% -
XYZ 29.75 21.64 50.19 -
YUV 132.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 166 104 188 0.12 0.45 0 0.26 284.29 0.39 0.57
Hex A6 68 BC C 2D 0 1A 11C 27 39
Octal 246 150 274 14 55 0 32 434 47 71
Binary 10100110 1101000 10111100 1100 101101 0 11010 100011100 100111 111001

Color Harmonies of #A668BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668BC

Black with #A668BC

Text Example


Text Example

White with #A668BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668BC; }

 p { color: rgb(166,104,188); }

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

background-color css

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

 a { background-color: rgb(166,104,188); }

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

border-color css

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

 span { border-color: rgb(166,104,188); }

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