Html Css Color HEX #A561C5 Deep Lilac

📋 copy color: '#A561C5'

red 165 ◦ green 97 ◦ blue 197

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

Shades of Deep Lilac #A561C5

Tints of Deep Lilac #A561C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.92%

R = 35.95%
G = 21.13%
B = 42.92%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A561C5 (or 0xA561C5) is known color: Deep Lilac. HEX triplet: A5, 61 and C5. RGB value is (165,97,197). Sum of RGB (Red+Green+Blue) = 165+97+197=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #A561C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561C5 is #5A9E3A. Grayscale: #808080. Windows color (decimal): -5938747 or 12935589. OLE color: 12935589.

HSL color Cylindrical-coordinate representation of color #A561C5: hue angle of 280.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A561C5 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 97 197 -
CMYK 0.16 0.51 0 0.23
HSL 280.8º 0.46% 0.58% -
HSV(B) 280.8º 0.51% 0.77% -
XYZ 29.87 20.58 55.22 -
YUV 128.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 165 97 197 0.16 0.51 0 0.23 280.8 0.46 0.58
Hex A5 61 C5 10 33 0 17 119 2E 3A
Octal 245 141 305 20 63 0 27 431 56 72
Binary 10100101 1100001 11000101 10000 110011 0 10111 100011001 101110 111010

Color Harmonies of #A561C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561C5

Black with #A561C5

Text Example


Text Example

White with #A561C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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