Html Css Color HEX #A356CB Deep Lilac

📋 copy color: '#A356CB'

red 163 ◦ green 86 ◦ blue 203

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

Shades of Deep Lilac #A356CB

Tints of Deep Lilac #A356CB

RGB

 RED value IS 163 (64.06% from 255) = 36.06%

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

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 36.06%
G = 19.03%
B = 44.91%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A356CB (or 0xA356CB) is known color: Deep Lilac. HEX triplet: A3, 56 and CB. RGB value is (163,86,203). Sum of RGB (Red+Green+Blue) = 163+86+203=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #A356CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356CB is #5CA934. Grayscale: #797979. Windows color (decimal): -6072629 or 13325987. OLE color: 13325987.

HSL color Cylindrical-coordinate representation of color #A356CB: hue angle of 279.49º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A356CB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 86 203 -
CMYK 0.20 0.58 0 0.20
HSL 279.49º 0.53% 0.57% -
HSV(B) 279.49º 0.58% 0.8% -
XYZ 29.21 18.75 58.58 -
YUV 122.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 163 86 203 0.20 0.58 0 0.20 279.49 0.53 0.57
Hex A3 56 CB 14 3A 0 14 117 35 39
Octal 243 126 313 24 72 0 24 427 65 71
Binary 10100011 1010110 11001011 10100 111010 0 10100 100010111 110101 111001

Color Harmonies of #A356CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356CB

Black with #A356CB

Text Example


Text Example

White with #A356CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356CB; }

 p { color: rgb(163,86,203); }

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

background-color css

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

 a { background-color: rgb(163,86,203); }

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

border-color css

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

 span { border-color: rgb(163,86,203); }

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