Html Css Color HEX #A256C0 Deep Lilac

📋 copy color: '#A256C0'

red 162 ◦ green 86 ◦ blue 192

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

Shades of Deep Lilac #A256C0

Tints of Deep Lilac #A256C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 36.82%
G = 19.55%
B = 43.64%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A256C0 (or 0xA256C0) is known color: Deep Lilac. HEX triplet: A2, 56 and C0. RGB value is (162,86,192). Sum of RGB (Red+Green+Blue) = 162+86+192=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #A256C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256C0 is #5DA93F. Grayscale: #787878. Windows color (decimal): -6138176 or 12605090. OLE color: 12605090.

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

Color convert

RGB 162 86 192 -
CMYK 0.16 0.55 0 0.25
HSL 283.02º 0.46% 0.55% -
HSV(B) 283.02º 0.55% 0.75% -
XYZ 27.74 18.14 51.91 -
YUV 120.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 162 86 192 0.16 0.55 0 0.25 283.02 0.46 0.55
Hex A2 56 C0 10 37 0 19 11B 2E 37
Octal 242 126 300 20 67 0 31 433 56 67
Binary 10100010 1010110 11000000 10000 110111 0 11001 100011011 101110 110111

Color Harmonies of #A256C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256C0

Black with #A256C0

Text Example


Text Example

White with #A256C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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