Html Css Color HEX #A561BC Deep Lilac

📋 copy color: '#A561BC'

red 165 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #A561BC

Tints of Deep Lilac #A561BC

RGB

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

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

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

R = 36.67%
G = 21.56%
B = 41.78%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A561BC (or 0xA561BC) is known color: Deep Lilac. HEX triplet: A5, 61 and BC. RGB value is (165,97,188). Sum of RGB (Red+Green+Blue) = 165+97+188=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #A561BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561BC is #5A9E43. Grayscale: #7F7F7F. Windows color (decimal): -5938756 or 12345765. OLE color: 12345765.

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

Color convert

RGB 165 97 188 -
CMYK 0.12 0.48 0 0.26
HSL 284.84º 0.4% 0.56% -
HSV(B) 284.84º 0.48% 0.74% -
XYZ 28.87 20.18 49.95 -
YUV 127.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 165 97 188 0.12 0.48 0 0.26 284.84 0.4 0.56
Hex A5 61 BC C 30 0 1A 11D 28 38
Octal 245 141 274 14 60 0 32 435 50 70
Binary 10100101 1100001 10111100 1100 110000 0 11010 100011101 101000 111000

Color Harmonies of #A561BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561BC

Black with #A561BC

Text Example


Text Example

White with #A561BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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