Html Css Color HEX #A766BE Deep Lilac

📋 copy color: '#A766BE'

red 167 ◦ green 102 ◦ blue 190

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

Shades of Deep Lilac #A766BE

Tints of Deep Lilac #A766BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 36.38%
G = 22.22%
B = 41.39%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A766BE (or 0xA766BE) is known color: Deep Lilac. HEX triplet: A7, 66 and BE. RGB value is (167,102,190). Sum of RGB (Red+Green+Blue) = 167+102+190=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #A766BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766BE is #589941. Grayscale: #838383. Windows color (decimal): -5806402 or 12478119. OLE color: 12478119.

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

Color convert

RGB 167 102 190 -
CMYK 0.12 0.46 0 0.25
HSL 284.32º 0.4% 0.57% -
HSV(B) 284.32º 0.46% 0.75% -
XYZ 29.98 21.44 51.27 -
YUV 131.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 167 102 190 0.12 0.46 0 0.25 284.32 0.4 0.57
Hex A7 66 BE C 2E 0 19 11C 28 39
Octal 247 146 276 14 56 0 31 434 50 71
Binary 10100111 1100110 10111110 1100 101110 0 11001 100011100 101000 111001

Color Harmonies of #A766BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766BE

Black with #A766BE

Text Example


Text Example

White with #A766BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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