Html Css Color HEX #A556CE Deep Lilac

📋 copy color: '#A556CE'

red 165 ◦ green 86 ◦ blue 206

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

Shades of Deep Lilac #A556CE

Tints of Deep Lilac #A556CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 36.11%
G = 18.82%
B = 45.08%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A556CE (or 0xA556CE) is known color: Deep Lilac. HEX triplet: A5, 56 and CE. RGB value is (165,86,206). Sum of RGB (Red+Green+Blue) = 165+86+206=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #A556CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556CE is #5AA931. Grayscale: #7A7A7A. Windows color (decimal): -5941554 or 13522597. OLE color: 13522597.

HSL color Cylindrical-coordinate representation of color #A556CE: hue angle of 279.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A556CE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 86 206 -
CMYK 0.20 0.58 0 0.19
HSL 279.5º 0.55% 0.57% -
HSV(B) 279.5º 0.58% 0.81% -
XYZ 29.99 19.11 60.5 -
YUV 123.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 165 86 206 0.20 0.58 0 0.19 279.5 0.55 0.57
Hex A5 56 CE 14 3A 0 13 118 37 39
Octal 245 126 316 24 72 0 23 430 67 71
Binary 10100101 1010110 11001110 10100 111010 0 10011 100011000 110111 111001

Color Harmonies of #A556CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556CE

Black with #A556CE

Text Example


Text Example

White with #A556CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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