Html Css Color HEX #A756BE Deep Lilac

📋 copy color: '#A756BE'

red 167 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #A756BE

Tints of Deep Lilac #A756BE

RGB

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

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

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

R = 37.7%
G = 19.41%
B = 42.89%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A756BE (or 0xA756BE) is known color: Deep Lilac. HEX triplet: A7, 56 and BE. RGB value is (167,86,190). Sum of RGB (Red+Green+Blue) = 167+86+190=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #A756BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756BE is #58A941. Grayscale: #797979. Windows color (decimal): -5810498 or 12474023. OLE color: 12474023.

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

Color convert

RGB 167 86 190 -
CMYK 0.12 0.55 0 0.25
HSL 286.73º 0.44% 0.54% -
HSV(B) 286.73º 0.55% 0.75% -
XYZ 28.56 18.59 50.8 -
YUV 122.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 167 86 190 0.12 0.55 0 0.25 286.73 0.44 0.54
Hex A7 56 BE C 37 0 19 11F 2C 36
Octal 247 126 276 14 67 0 31 437 54 66
Binary 10100111 1010110 10111110 1100 110111 0 11001 100011111 101100 110110

Color Harmonies of #A756BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756BE

Black with #A756BE

Text Example


Text Example

White with #A756BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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