Html Css Color HEX #A356B6 Deep Lilac

📋 copy color: '#A356B6'

red 163 ◦ green 86 ◦ blue 182

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

Shades of Deep Lilac #A356B6

Tints of Deep Lilac #A356B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 37.82%
G = 19.95%
B = 42.23%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A356B6 (or 0xA356B6) is known color: Deep Lilac. HEX triplet: A3, 56 and B6. RGB value is (163,86,182). Sum of RGB (Red+Green+Blue) = 163+86+182=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #A356B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356B6 is #5CA949. Grayscale: #777777. Windows color (decimal): -6072650 or 11949731. OLE color: 11949731.

HSL color Cylindrical-coordinate representation of color #A356B6: hue angle of 288.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A356B6 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 86 182 -
CMYK 0.10 0.53 0 0.29
HSL 288.13º 0.4% 0.53% -
HSV(B) 288.13º 0.53% 0.71% -
XYZ 26.88 17.82 46.28 -
YUV 119.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 163 86 182 0.10 0.53 0 0.29 288.13 0.4 0.53
Hex A3 56 B6 A 35 0 1D 120 28 35
Octal 243 126 266 12 65 0 35 440 50 65
Binary 10100011 1010110 10110110 1010 110101 0 11101 100100000 101000 110101

Color Harmonies of #A356B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356B6

Black with #A356B6

Text Example


Text Example

White with #A356B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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