Html Css Color HEX #A560BC Deep Lilac

📋 copy color: '#A560BC'

red 165 ◦ green 96 ◦ blue 188

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

Shades of Deep Lilac #A560BC

Tints of Deep Lilac #A560BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 36.75%
G = 21.38%
B = 41.87%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A560BC (or 0xA560BC) is known color: Deep Lilac. HEX triplet: A5, 60 and BC. RGB value is (165,96,188). Sum of RGB (Red+Green+Blue) = 165+96+188=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #A560BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560BC is #5A9F43. Grayscale: #7E7E7E. Windows color (decimal): -5939012 or 12345509. OLE color: 12345509.

HSL color Cylindrical-coordinate representation of color #A560BC: hue angle of 285º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A560BC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 96 188 -
CMYK 0.12 0.49 0 0.26
HSL 285º 0.41% 0.56% -
HSV(B) 285º 0.49% 0.74% -
XYZ 28.78 20 49.92 -
YUV 127.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 165 96 188 0.12 0.49 0 0.26 285 0.41 0.56
Hex A5 60 BC C 31 0 1A 11D 29 38
Octal 245 140 274 14 61 0 32 435 51 70
Binary 10100101 1100000 10111100 1100 110001 0 11010 100011101 101001 111000

Color Harmonies of #A560BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560BC

Black with #A560BC

Text Example


Text Example

White with #A560BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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