Html Css Color HEX #A050BA Deep Lilac

📋 copy color: '#A050BA'

red 160 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #A050BA

Tints of Deep Lilac #A050BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 37.56%
G = 18.78%
B = 43.66%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A050BA (or 0xA050BA) is known color: Deep Lilac. HEX triplet: A0, 50 and BA. RGB value is (160,80,186). Sum of RGB (Red+Green+Blue) = 160+80+186=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #A050BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050BA is #5FAF45. Grayscale: #737373. Windows color (decimal): -6270790 or 12210336. OLE color: 12210336.

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

Color convert

RGB 160 80 186 -
CMYK 0.14 0.57 0 0.27
HSL 285.28º 0.43% 0.52% -
HSV(B) 285.28º 0.57% 0.73% -
XYZ 26.23 16.76 48.31 -
YUV 116 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 160 80 186 0.14 0.57 0 0.27 285.28 0.43 0.52
Hex A0 50 BA E 39 0 1B 11D 2B 34
Octal 240 120 272 16 71 0 33 435 53 64
Binary 10100000 1010000 10111010 1110 111001 0 11011 100011101 101011 110100

Color Harmonies of #A050BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A050BA

Black with #A050BA

Text Example


Text Example

White with #A050BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A050BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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