Html Css Color HEX #A061BA Deep Lilac

📋 copy color: '#A061BA'

red 160 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #A061BA

Tints of Deep Lilac #A061BA

RGB

 RED value IS 160 (62.89% from 255) = 36.12%

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

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

R = 36.12%
G = 21.9%
B = 41.99%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A061BA (or 0xA061BA) is known color: Deep Lilac. HEX triplet: A0, 61 and BA. RGB value is (160,97,186). Sum of RGB (Red+Green+Blue) = 160+97+186=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #A061BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061BA is #5F9E45. Grayscale: #7D7D7D. Windows color (decimal): -6266438 or 12214688. OLE color: 12214688.

HSL color Cylindrical-coordinate representation of color #A061BA: hue angle of 282.47º 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 #A061BA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 97 186 -
CMYK 0.14 0.48 0 0.27
HSL 282.47º 0.39% 0.55% -
HSV(B) 282.47º 0.48% 0.73% -
XYZ 27.63 19.57 48.77 -
YUV 125.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 160 97 186 0.14 0.48 0 0.27 282.47 0.39 0.55
Hex A0 61 BA E 30 0 1B 11A 27 37
Octal 240 141 272 16 60 0 33 432 47 67
Binary 10100000 1100001 10111010 1110 110000 0 11011 100011010 100111 110111

Color Harmonies of #A061BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061BA

Black with #A061BA

Text Example


Text Example

White with #A061BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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