Html Css Color HEX #A256BF Deep Lilac

📋 copy color: '#A256BF'

red 162 ◦ green 86 ◦ blue 191

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

Shades of Deep Lilac #A256BF

Tints of Deep Lilac #A256BF

RGB

 RED value IS 162 (63.67% from 255) = 36.9%

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 36.9%
G = 19.59%
B = 43.51%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A256BF (or 0xA256BF) is known color: Deep Lilac. HEX triplet: A2, 56 and BF. RGB value is (162,86,191). Sum of RGB (Red+Green+Blue) = 162+86+191=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #A256BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256BF is #5DA940. Grayscale: #787878. Windows color (decimal): -6138177 or 12539554. OLE color: 12539554.

HSL color Cylindrical-coordinate representation of color #A256BF: hue angle of 283.43º degrees, saturation: 0.45, 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 #A256BF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 86 191 -
CMYK 0.15 0.55 0 0.25
HSL 283.43º 0.45% 0.54% -
HSV(B) 283.43º 0.55% 0.75% -
XYZ 27.63 18.1 51.33 -
YUV 120.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 162 86 191 0.15 0.55 0 0.25 283.43 0.45 0.54
Hex A2 56 BF F 37 0 19 11B 2D 36
Octal 242 126 277 17 67 0 31 433 55 66
Binary 10100010 1010110 10111111 1111 110111 0 11001 100011011 101101 110110

Color Harmonies of #A256BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256BF

Black with #A256BF

Text Example


Text Example

White with #A256BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256BF; }

 p { color: rgb(162,86,191); }

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

background-color css

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

 a { background-color: rgb(162,86,191); }

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

border-color css

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

 span { border-color: rgb(162,86,191); }

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