Html Css Color HEX #A756C0 Deep Lilac

📋 copy color: '#A756C0'

red 167 ◦ green 86 ◦ blue 192

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

Shades of Deep Lilac #A756C0

Tints of Deep Lilac #A756C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.15%

R = 37.53%
G = 19.33%
B = 43.15%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A756C0 (or 0xA756C0) is known color: Deep Lilac. HEX triplet: A7, 56 and C0. RGB value is (167,86,192). Sum of RGB (Red+Green+Blue) = 167+86+192=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #A756C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756C0 is #58A93F. Grayscale: #797979. Windows color (decimal): -5810496 or 12605095. OLE color: 12605095.

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

Color convert

RGB 167 86 192 -
CMYK 0.13 0.55 0 0.25
HSL 285.85º 0.46% 0.55% -
HSV(B) 285.85º 0.55% 0.75% -
XYZ 28.78 18.68 51.96 -
YUV 122.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 167 86 192 0.13 0.55 0 0.25 285.85 0.46 0.55
Hex A7 56 C0 D 37 0 19 11E 2E 37
Octal 247 126 300 15 67 0 31 436 56 67
Binary 10100111 1010110 11000000 1101 110111 0 11001 100011110 101110 110111

Color Harmonies of #A756C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756C0

Black with #A756C0

Text Example


Text Example

White with #A756C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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