Html Css Color HEX #A256CE Deep Lilac

📋 copy color: '#A256CE'

red 162 ◦ green 86 ◦ blue 206

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

Shades of Deep Lilac #A256CE

Tints of Deep Lilac #A256CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 35.68%
G = 18.94%
B = 45.37%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A256CE (or 0xA256CE) is known color: Deep Lilac. HEX triplet: A2, 56 and CE. RGB value is (162,86,206). Sum of RGB (Red+Green+Blue) = 162+86+206=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #A256CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256CE is #5DA931. Grayscale: #7A7A7A. Windows color (decimal): -6138162 or 13522594. OLE color: 13522594.

HSL color Cylindrical-coordinate representation of color #A256CE: hue angle of 278º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A256CE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 86 206 -
CMYK 0.21 0.58 0 0.19
HSL 278º 0.55% 0.57% -
HSV(B) 278º 0.58% 0.81% -
XYZ 29.37 18.79 60.47 -
YUV 122.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 162 86 206 0.21 0.58 0 0.19 278 0.55 0.57
Hex A2 56 CE 15 3A 0 13 116 37 39
Octal 242 126 316 25 72 0 23 426 67 71
Binary 10100010 1010110 11001110 10101 111010 0 10011 100010110 110111 111001

Color Harmonies of #A256CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256CE

Black with #A256CE

Text Example


Text Example

White with #A256CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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