Html Css Color HEX #A560BD Deep Lilac

📋 copy color: '#A560BD'

red 165 ◦ green 96 ◦ blue 189

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

Shades of Deep Lilac #A560BD

Tints of Deep Lilac #A560BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42%

R = 36.67%
G = 21.33%
B = 42%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A560BD (or 0xA560BD) is known color: Deep Lilac. HEX triplet: A5, 60 and BD. RGB value is (165,96,189). Sum of RGB (Red+Green+Blue) = 165+96+189=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #A560BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560BD is #5A9F42. Grayscale: #7E7E7E. Windows color (decimal): -5939011 or 12411045. OLE color: 12411045.

HSL color Cylindrical-coordinate representation of color #A560BD: hue angle of 284.52º 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 #A560BD is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 96 189 -
CMYK 0.13 0.49 0 0.26
HSL 284.52º 0.41% 0.56% -
HSV(B) 284.52º 0.49% 0.74% -
XYZ 28.89 20.04 50.49 -
YUV 127.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 165 96 189 0.13 0.49 0 0.26 284.52 0.41 0.56
Hex A5 60 BD D 31 0 1A 11D 29 38
Octal 245 140 275 15 61 0 32 435 51 70
Binary 10100101 1100000 10111101 1101 110001 0 11010 100011101 101001 111000

Color Harmonies of #A560BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560BD

Black with #A560BD

Text Example


Text Example

White with #A560BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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