Html Css Color HEX #A766BC Deep Lilac

📋 copy color: '#A766BC'

red 167 ◦ green 102 ◦ blue 188

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

Shades of Deep Lilac #A766BC

Tints of Deep Lilac #A766BC

RGB

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

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

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

R = 36.54%
G = 22.32%
B = 41.14%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A766BC (or 0xA766BC) is known color: Deep Lilac. HEX triplet: A7, 66 and BC. RGB value is (167,102,188). Sum of RGB (Red+Green+Blue) = 167+102+188=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #A766BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766BC is #589943. Grayscale: #828282. Windows color (decimal): -5806404 or 12347047. OLE color: 12347047.

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

Color convert

RGB 167 102 188 -
CMYK 0.11 0.46 0 0.26
HSL 285.35º 0.39% 0.57% -
HSV(B) 285.35º 0.46% 0.74% -
XYZ 29.76 21.35 50.13 -
YUV 131.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 167 102 188 0.11 0.46 0 0.26 285.35 0.39 0.57
Hex A7 66 BC B 2E 0 1A 11D 27 39
Octal 247 146 274 13 56 0 32 435 47 71
Binary 10100111 1100110 10111100 1011 101110 0 11010 100011101 100111 111001

Color Harmonies of #A766BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766BC

Black with #A766BC

Text Example


Text Example

White with #A766BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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