Html Css Color HEX #A668BA Deep Lilac

📋 copy color: '#A668BA'

red 166 ◦ green 104 ◦ blue 186

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

Shades of Deep Lilac #A668BA

Tints of Deep Lilac #A668BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 36.4%
G = 22.81%
B = 40.79%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A668BA (or 0xA668BA) is known color: Deep Lilac. HEX triplet: A6, 68 and BA. RGB value is (166,104,186). Sum of RGB (Red+Green+Blue) = 166+104+186=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #A668BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668BA is #599745. Grayscale: #838383. Windows color (decimal): -5871430 or 12216486. OLE color: 12216486.

HSL color Cylindrical-coordinate representation of color #A668BA: hue angle of 285.37º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A668BA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 104 186 -
CMYK 0.11 0.44 0 0.27
HSL 285.37º 0.37% 0.57% -
HSV(B) 285.37º 0.44% 0.73% -
XYZ 29.54 21.55 49.06 -
YUV 131.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 166 104 186 0.11 0.44 0 0.27 285.37 0.37 0.57
Hex A6 68 BA B 2C 0 1B 11D 25 39
Octal 246 150 272 13 54 0 33 435 45 71
Binary 10100110 1101000 10111010 1011 101100 0 11011 100011101 100101 111001

Color Harmonies of #A668BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668BA

Black with #A668BA

Text Example


Text Example

White with #A668BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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