Html Css Color HEX #A766BA Deep Lilac

📋 copy color: '#A766BA'

red 167 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #A766BA

Tints of Deep Lilac #A766BA

RGB

 RED value IS 167 (65.63% from 255) = 36.7%

 GREEN value IS 102 (40.23% from 255) = 22.42%

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

R = 36.7%
G = 22.42%
B = 40.88%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A766BA (or 0xA766BA) is known color: Deep Lilac. HEX triplet: A7, 66 and BA. RGB value is (167,102,186). Sum of RGB (Red+Green+Blue) = 167+102+186=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #A766BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766BA is #589945. Grayscale: #828282. Windows color (decimal): -5806406 or 12215975. OLE color: 12215975.

HSL color Cylindrical-coordinate representation of color #A766BA: hue angle of 286.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A766BA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 102 186 -
CMYK 0.10 0.45 0 0.27
HSL 286.43º 0.38% 0.56% -
HSV(B) 286.43º 0.45% 0.73% -
XYZ 29.55 21.26 49 -
YUV 131.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 167 102 186 0.10 0.45 0 0.27 286.43 0.38 0.56
Hex A7 66 BA A 2D 0 1B 11E 26 38
Octal 247 146 272 12 55 0 33 436 46 70
Binary 10100111 1100110 10111010 1010 101101 0 11011 100011110 100110 111000

Color Harmonies of #A766BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766BA

Black with #A766BA

Text Example


Text Example

White with #A766BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766BA; }

 p { color: rgb(167,102,186); }

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

background-color css

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

 a { background-color: rgb(167,102,186); }

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

border-color css

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

 span { border-color: rgb(167,102,186); }

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