Html Css Color HEX #A561C0 Deep Lilac

📋 copy color: '#A561C0'

red 165 ◦ green 97 ◦ blue 192

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

Shades of Deep Lilac #A561C0

Tints of Deep Lilac #A561C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 36.34%
G = 21.37%
B = 42.29%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A561C0 (or 0xA561C0) is known color: Deep Lilac. HEX triplet: A5, 61 and C0. RGB value is (165,97,192). Sum of RGB (Red+Green+Blue) = 165+97+192=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #A561C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561C0 is #5A9E3F. Grayscale: #7F7F7F. Windows color (decimal): -5938752 or 12607909. OLE color: 12607909.

HSL color Cylindrical-coordinate representation of color #A561C0: hue angle of 282.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A561C0 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 97 192 -
CMYK 0.14 0.49 0 0.25
HSL 282.95º 0.43% 0.57% -
HSV(B) 282.95º 0.49% 0.75% -
XYZ 29.31 20.35 52.25 -
YUV 128.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 165 97 192 0.14 0.49 0 0.25 282.95 0.43 0.57
Hex A5 61 C0 E 31 0 19 11B 2B 39
Octal 245 141 300 16 61 0 31 433 53 71
Binary 10100101 1100001 11000000 1110 110001 0 11001 100011011 101011 111001

Color Harmonies of #A561C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561C0

Black with #A561C0

Text Example


Text Example

White with #A561C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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