Html Css Color HEX #A756BD Deep Lilac

📋 copy color: '#A756BD'

red 167 ◦ green 86 ◦ blue 189

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

Shades of Deep Lilac #A756BD

Tints of Deep Lilac #A756BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.46%

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 37.78%
G = 19.46%
B = 42.76%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A756BD (or 0xA756BD) is known color: Deep Lilac. HEX triplet: A7, 56 and BD. RGB value is (167,86,189). Sum of RGB (Red+Green+Blue) = 167+86+189=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #A756BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756BD is #58A942. Grayscale: #797979. Windows color (decimal): -5810499 or 12408487. OLE color: 12408487.

HSL color Cylindrical-coordinate representation of color #A756BD: hue angle of 287.18º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A756BD is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 86 189 -
CMYK 0.12 0.54 0 0.26
HSL 287.18º 0.44% 0.54% -
HSV(B) 287.18º 0.54% 0.74% -
XYZ 28.45 18.55 50.22 -
YUV 121.96 165.84 160.12 -
System Red Green Blue C M Y K H S L
Decimal 167 86 189 0.12 0.54 0 0.26 287.18 0.44 0.54
Hex A7 56 BD C 36 0 1A 11F 2C 36
Octal 247 126 275 14 66 0 32 437 54 66
Binary 10100111 1010110 10111101 1100 110110 0 11010 100011111 101100 110110

Color Harmonies of #A756BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756BD

Black with #A756BD

Text Example


Text Example

White with #A756BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756BD; }

 p { color: rgb(167,86,189); }

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

background-color css

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

 a { background-color: rgb(167,86,189); }

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

border-color css

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

 span { border-color: rgb(167,86,189); }

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