Html Css Color HEX #A556BF Deep Lilac

📋 copy color: '#A556BF'

red 165 ◦ green 86 ◦ blue 191

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

Shades of Deep Lilac #A556BF

Tints of Deep Lilac #A556BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.21%

R = 37.33%
G = 19.46%
B = 43.21%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A556BF (or 0xA556BF) is known color: Deep Lilac. HEX triplet: A5, 56 and BF. RGB value is (165,86,191). Sum of RGB (Red+Green+Blue) = 165+86+191=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #A556BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556BF is #5AA940. Grayscale: #797979. Windows color (decimal): -5941569 or 12539557. OLE color: 12539557.

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

Color convert

RGB 165 86 191 -
CMYK 0.14 0.55 0 0.25
HSL 285.14º 0.45% 0.54% -
HSV(B) 285.14º 0.55% 0.75% -
XYZ 28.25 18.42 51.36 -
YUV 121.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 165 86 191 0.14 0.55 0 0.25 285.14 0.45 0.54
Hex A5 56 BF E 37 0 19 11D 2D 36
Octal 245 126 277 16 67 0 31 435 55 66
Binary 10100101 1010110 10111111 1110 110111 0 11001 100011101 101101 110110

Color Harmonies of #A556BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556BF

Black with #A556BF

Text Example


Text Example

White with #A556BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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