Html Css Color HEX #A560BB Deep Lilac

📋 copy color: '#A560BB'

red 165 ◦ green 96 ◦ blue 187

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

Shades of Deep Lilac #A560BB

Tints of Deep Lilac #A560BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.43%

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 36.83%
G = 21.43%
B = 41.74%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A560BB (or 0xA560BB) is known color: Deep Lilac. HEX triplet: A5, 60 and BB. RGB value is (165,96,187). Sum of RGB (Red+Green+Blue) = 165+96+187=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #A560BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560BB is #5A9F44. Grayscale: #7E7E7E. Windows color (decimal): -5939013 or 12279973. OLE color: 12279973.

HSL color Cylindrical-coordinate representation of color #A560BB: hue angle of 285.49º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A560BB is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 96 187 -
CMYK 0.12 0.49 0 0.27
HSL 285.49º 0.4% 0.55% -
HSV(B) 285.49º 0.49% 0.73% -
XYZ 28.67 19.95 49.35 -
YUV 127.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 165 96 187 0.12 0.49 0 0.27 285.49 0.4 0.55
Hex A5 60 BB C 31 0 1B 11D 28 37
Octal 245 140 273 14 61 0 33 435 50 67
Binary 10100101 1100000 10111011 1100 110001 0 11011 100011101 101000 110111

Color Harmonies of #A560BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560BB

Black with #A560BB

Text Example


Text Example

White with #A560BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560BB; }

 p { color: rgb(165,96,187); }

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

background-color css

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

 a { background-color: rgb(165,96,187); }

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

border-color css

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

 span { border-color: rgb(165,96,187); }

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