Html Css Color HEX #A256BC Deep Lilac

📋 copy color: '#A256BC'

red 162 ◦ green 86 ◦ blue 188

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

Shades of Deep Lilac #A256BC

Tints of Deep Lilac #A256BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 37.16%
G = 19.72%
B = 43.12%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A256BC (or 0xA256BC) is known color: Deep Lilac. HEX triplet: A2, 56 and BC. RGB value is (162,86,188). Sum of RGB (Red+Green+Blue) = 162+86+188=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #A256BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256BC is #5DA943. Grayscale: #787878. Windows color (decimal): -6138180 or 12342946. OLE color: 12342946.

HSL color Cylindrical-coordinate representation of color #A256BC: hue angle of 284.71º degrees, saturation: 0.43, 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 #A256BC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 86 188 -
CMYK 0.14 0.54 0 0.26
HSL 284.71º 0.43% 0.54% -
HSV(B) 284.71º 0.54% 0.74% -
XYZ 27.31 17.97 49.61 -
YUV 120.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 162 86 188 0.14 0.54 0 0.26 284.71 0.43 0.54
Hex A2 56 BC E 36 0 1A 11D 2B 36
Octal 242 126 274 16 66 0 32 435 53 66
Binary 10100010 1010110 10111100 1110 110110 0 11010 100011101 101011 110110

Color Harmonies of #A256BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256BC

Black with #A256BC

Text Example


Text Example

White with #A256BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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