Html Css Color HEX #A055BA Deep Lilac

📋 copy color: '#A055BA'

red 160 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #A055BA

Tints of Deep Lilac #A055BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

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

R = 37.12%
G = 19.72%
B = 43.16%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A055BA (or 0xA055BA) is known color: Deep Lilac. HEX triplet: A0, 55 and BA. RGB value is (160,85,186). Sum of RGB (Red+Green+Blue) = 160+85+186=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #A055BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055BA is #5FAA45. Grayscale: #767676. Windows color (decimal): -6269510 or 12211616. OLE color: 12211616.

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

Color convert

RGB 160 85 186 -
CMYK 0.14 0.54 0 0.27
HSL 284.55º 0.42% 0.53% -
HSV(B) 284.55º 0.54% 0.73% -
XYZ 26.61 17.52 48.43 -
YUV 118.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 160 85 186 0.14 0.54 0 0.27 284.55 0.42 0.53
Hex A0 55 BA E 36 0 1B 11D 2A 35
Octal 240 125 272 16 66 0 33 435 52 65
Binary 10100000 1010101 10111010 1110 110110 0 11011 100011101 101010 110101

Color Harmonies of #A055BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055BA

Black with #A055BA

Text Example


Text Example

White with #A055BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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