Html Css Color HEX #A766BF Deep Lilac

📋 copy color: '#A766BF'

red 167 ◦ green 102 ◦ blue 191

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

Shades of Deep Lilac #A766BF

Tints of Deep Lilac #A766BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 36.3%
G = 22.17%
B = 41.52%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A766BF (or 0xA766BF) is known color: Deep Lilac. HEX triplet: A7, 66 and BF. RGB value is (167,102,191). Sum of RGB (Red+Green+Blue) = 167+102+191=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #A766BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766BF is #589940. Grayscale: #838383. Windows color (decimal): -5806401 or 12543655. OLE color: 12543655.

HSL color Cylindrical-coordinate representation of color #A766BF: hue angle of 283.82º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A766BF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 102 191 -
CMYK 0.13 0.47 0 0.25
HSL 283.82º 0.41% 0.57% -
HSV(B) 283.82º 0.47% 0.75% -
XYZ 30.09 21.48 51.85 -
YUV 131.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 167 102 191 0.13 0.47 0 0.25 283.82 0.41 0.57
Hex A7 66 BF D 2F 0 19 11C 29 39
Octal 247 146 277 15 57 0 31 434 51 71
Binary 10100111 1100110 10111111 1101 101111 0 11001 100011100 101001 111001

Color Harmonies of #A766BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766BF

Black with #A766BF

Text Example


Text Example

White with #A766BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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