Html Css Color HEX #A556BD Deep Lilac

📋 copy color: '#A556BD'

red 165 ◦ green 86 ◦ blue 189

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

Shades of Deep Lilac #A556BD

Tints of Deep Lilac #A556BD

RGB

 RED value IS 165 (64.84% from 255) = 37.5%

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 37.5%
G = 19.55%
B = 42.95%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A556BD (or 0xA556BD) is known color: Deep Lilac. HEX triplet: A5, 56 and BD. RGB value is (165,86,189). Sum of RGB (Red+Green+Blue) = 165+86+189=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #A556BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556BD is #5AA942. Grayscale: #797979. Windows color (decimal): -5941571 or 12408485. OLE color: 12408485.

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

Color convert

RGB 165 86 189 -
CMYK 0.13 0.54 0 0.26
HSL 286.02º 0.44% 0.54% -
HSV(B) 286.02º 0.54% 0.74% -
XYZ 28.03 18.33 50.2 -
YUV 121.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 165 86 189 0.13 0.54 0 0.26 286.02 0.44 0.54
Hex A5 56 BD D 36 0 1A 11E 2C 36
Octal 245 126 275 15 66 0 32 436 54 66
Binary 10100101 1010110 10111101 1101 110110 0 11010 100011110 101100 110110

Color Harmonies of #A556BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556BD

Black with #A556BD

Text Example


Text Example

White with #A556BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556BD; }

 p { color: rgb(165,86,189); }

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

background-color css

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

 a { background-color: rgb(165,86,189); }

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

border-color css

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

 span { border-color: rgb(165,86,189); }

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