Html Css Color HEX #A556CB Deep Lilac

📋 copy color: '#A556CB'

red 165 ◦ green 86 ◦ blue 203

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

Shades of Deep Lilac #A556CB

Tints of Deep Lilac #A556CB

RGB

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

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

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

R = 36.34%
G = 18.94%
B = 44.71%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A556CB (or 0xA556CB) is known color: Deep Lilac. HEX triplet: A5, 56 and CB. RGB value is (165,86,203). Sum of RGB (Red+Green+Blue) = 165+86+203=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #A556CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556CB is #5AA934. Grayscale: #7A7A7A. Windows color (decimal): -5941557 or 13325989. OLE color: 13325989.

HSL color Cylindrical-coordinate representation of color #A556CB: hue angle of 280.51º 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 #A556CB is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 86 203 -
CMYK 0.19 0.58 0 0.20
HSL 280.51º 0.53% 0.57% -
HSV(B) 280.51º 0.58% 0.8% -
XYZ 29.62 18.97 58.6 -
YUV 122.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 165 86 203 0.19 0.58 0 0.20 280.51 0.53 0.57
Hex A5 56 CB 13 3A 0 14 119 35 39
Octal 245 126 313 23 72 0 24 431 65 71
Binary 10100101 1010110 11001011 10011 111010 0 10100 100011001 110101 111001

Color Harmonies of #A556CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556CB

Black with #A556CB

Text Example


Text Example

White with #A556CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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