Html Css Color HEX #A256C1 Deep Lilac

📋 copy color: '#A256C1'

red 162 ◦ green 86 ◦ blue 193

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

Shades of Deep Lilac #A256C1

Tints of Deep Lilac #A256C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.76%

R = 36.73%
G = 19.5%
B = 43.76%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A256C1 (or 0xA256C1) is known color: Deep Lilac. HEX triplet: A2, 56 and C1. RGB value is (162,86,193). Sum of RGB (Red+Green+Blue) = 162+86+193=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #A256C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256C1 is #5DA93E. Grayscale: #787878. Windows color (decimal): -6138175 or 12670626. OLE color: 12670626.

HSL color Cylindrical-coordinate representation of color #A256C1: hue angle of 282.62º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A256C1 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 86 193 -
CMYK 0.16 0.55 0 0.24
HSL 282.62º 0.46% 0.55% -
HSV(B) 282.62º 0.55% 0.76% -
XYZ 27.85 18.19 52.49 -
YUV 120.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 162 86 193 0.16 0.55 0 0.24 282.62 0.46 0.55
Hex A2 56 C1 10 37 0 18 11B 2E 37
Octal 242 126 301 20 67 0 30 433 56 67
Binary 10100010 1010110 11000001 10000 110111 0 11000 100011011 101110 110111

Color Harmonies of #A256C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256C1

Black with #A256C1

Text Example


Text Example

White with #A256C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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