Html Css Color HEX #A561BA Deep Lilac

📋 copy color: '#A561BA'

red 165 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #A561BA

Tints of Deep Lilac #A561BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.65%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 36.83%
G = 21.65%
B = 41.52%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A561BA (or 0xA561BA) is known color: Deep Lilac. HEX triplet: A5, 61 and BA. RGB value is (165,97,186). Sum of RGB (Red+Green+Blue) = 165+97+186=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A561BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561BA is #5A9E45. Grayscale: #7F7F7F. Windows color (decimal): -5938758 or 12214693. OLE color: 12214693.

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

Color convert

RGB 165 97 186 -
CMYK 0.11 0.48 0 0.27
HSL 285.84º 0.39% 0.55% -
HSV(B) 285.84º 0.48% 0.73% -
XYZ 28.65 20.09 48.82 -
YUV 127.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 165 97 186 0.11 0.48 0 0.27 285.84 0.39 0.55
Hex A5 61 BA B 30 0 1B 11E 27 37
Octal 245 141 272 13 60 0 33 436 47 67
Binary 10100101 1100001 10111010 1011 110000 0 11011 100011110 100111 110111

Color Harmonies of #A561BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561BA

Black with #A561BA

Text Example


Text Example

White with #A561BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561BA; }

 p { color: rgb(165,97,186); }

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

background-color css

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

 a { background-color: rgb(165,97,186); }

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

border-color css

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

 span { border-color: rgb(165,97,186); }

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