Html Css Color HEX #A256BB Deep Lilac

📋 copy color: '#A256BB'

red 162 ◦ green 86 ◦ blue 187

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

Shades of Deep Lilac #A256BB

Tints of Deep Lilac #A256BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 37.24%
G = 19.77%
B = 42.99%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A256BB (or 0xA256BB) is known color: Deep Lilac. HEX triplet: A2, 56 and BB. RGB value is (162,86,187). Sum of RGB (Red+Green+Blue) = 162+86+187=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #A256BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256BB is #5DA944. Grayscale: #777777. Windows color (decimal): -6138181 or 12277410. OLE color: 12277410.

HSL color Cylindrical-coordinate representation of color #A256BB: hue angle of 285.15º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A256BB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 86 187 -
CMYK 0.13 0.54 0 0.27
HSL 285.15º 0.43% 0.54% -
HSV(B) 285.15º 0.54% 0.73% -
XYZ 27.2 17.92 49.04 -
YUV 120.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 162 86 187 0.13 0.54 0 0.27 285.15 0.43 0.54
Hex A2 56 BB D 36 0 1B 11D 2B 36
Octal 242 126 273 15 66 0 33 435 53 66
Binary 10100010 1010110 10111011 1101 110110 0 11011 100011101 101011 110110

Color Harmonies of #A256BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256BB

Black with #A256BB

Text Example


Text Example

White with #A256BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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