Html Css Color HEX #A76DBA Deep Lilac

📋 copy color: '#A76DBA'

red 167 ◦ green 109 ◦ blue 186

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

Shades of Deep Lilac #A76DBA

Tints of Deep Lilac #A76DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.59%

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

R = 36.15%
G = 23.59%
B = 40.26%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A76DBA (or 0xA76DBA) is known color: Deep Lilac. HEX triplet: A7, 6D and BA. RGB value is (167,109,186). Sum of RGB (Red+Green+Blue) = 167+109+186=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A76DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DBA is #589245. Grayscale: #868686. Windows color (decimal): -5804614 or 12217767. OLE color: 12217767.

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

Color convert

RGB 167 109 186 -
CMYK 0.10 0.41 0 0.27
HSL 285.19º 0.36% 0.58% -
HSV(B) 285.19º 0.41% 0.73% -
XYZ 30.27 22.7 49.24 -
YUV 135.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 167 109 186 0.10 0.41 0 0.27 285.19 0.36 0.58
Hex A7 6D BA A 29 0 1B 11D 24 3A
Octal 247 155 272 12 51 0 33 435 44 72
Binary 10100111 1101101 10111010 1010 101001 0 11011 100011101 100100 111010

Color Harmonies of #A76DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DBA

Black with #A76DBA

Text Example


Text Example

White with #A76DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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