Html Css Color HEX #A356BB Deep Lilac

📋 copy color: '#A356BB'

red 163 ◦ green 86 ◦ blue 187

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

Shades of Deep Lilac #A356BB

Tints of Deep Lilac #A356BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 37.39%
G = 19.72%
B = 42.89%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A356BB (or 0xA356BB) is known color: Deep Lilac. HEX triplet: A3, 56 and BB. RGB value is (163,86,187). Sum of RGB (Red+Green+Blue) = 163+86+187=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #A356BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356BB is #5CA944. Grayscale: #787878. Windows color (decimal): -6072645 or 12277411. OLE color: 12277411.

HSL color Cylindrical-coordinate representation of color #A356BB: hue angle of 285.74º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A356BB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 86 187 -
CMYK 0.13 0.54 0 0.27
HSL 285.74º 0.43% 0.54% -
HSV(B) 285.74º 0.54% 0.73% -
XYZ 27.4 18.03 49.05 -
YUV 120.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 163 86 187 0.13 0.54 0 0.27 285.74 0.43 0.54
Hex A3 56 BB D 36 0 1B 11E 2B 36
Octal 243 126 273 15 66 0 33 436 53 66
Binary 10100011 1010110 10111011 1101 110110 0 11011 100011110 101011 110110

Color Harmonies of #A356BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356BB

Black with #A356BB

Text Example


Text Example

White with #A356BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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