Html Css Color HEX #A560B5 Deep Lilac

📋 copy color: '#A560B5'

red 165 ◦ green 96 ◦ blue 181

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

Shades of Deep Lilac #A560B5

Tints of Deep Lilac #A560B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.95%

R = 37.33%
G = 21.72%
B = 40.95%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A560B5 (or 0xA560B5) is known color: Deep Lilac. HEX triplet: A5, 60 and B5. RGB value is (165,96,181). Sum of RGB (Red+Green+Blue) = 165+96+181=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 181 - color contains mainly: blue. Hex color #A560B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560B5 is #5A9F4A. Grayscale: #7E7E7E. Windows color (decimal): -5939019 or 11886757. OLE color: 11886757.

HSL color Cylindrical-coordinate representation of color #A560B5: hue angle of 288.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A560B5 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 96 181 -
CMYK 0.09 0.47 0 0.29
HSL 288.71º 0.36% 0.54% -
HSV(B) 288.71º 0.47% 0.71% -
XYZ 28.04 19.7 46.04 -
YUV 126.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 165 96 181 0.09 0.47 0 0.29 288.71 0.36 0.54
Hex A5 60 B5 9 2F 0 1D 121 24 36
Octal 245 140 265 11 57 0 35 441 44 66
Binary 10100101 1100000 10110101 1001 101111 0 11101 100100001 100100 110110

Color Harmonies of #A560B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560B5

Black with #A560B5

Text Example


Text Example

White with #A560B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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