Html Css Color HEX #A054BA Deep Lilac

📋 copy color: '#A054BA'

red 160 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #A054BA

Tints of Deep Lilac #A054BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.53%

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

R = 37.21%
G = 19.53%
B = 43.26%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A054BA (or 0xA054BA) is known color: Deep Lilac. HEX triplet: A0, 54 and BA. RGB value is (160,84,186). Sum of RGB (Red+Green+Blue) = 160+84+186=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #A054BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054BA is #5FAB45. Grayscale: #767676. Windows color (decimal): -6269766 or 12211360. OLE color: 12211360.

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

Color convert

RGB 160 84 186 -
CMYK 0.14 0.55 0 0.27
HSL 284.71º 0.43% 0.53% -
HSV(B) 284.71º 0.55% 0.73% -
XYZ 26.53 17.36 48.41 -
YUV 118.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 160 84 186 0.14 0.55 0 0.27 284.71 0.43 0.53
Hex A0 54 BA E 37 0 1B 11D 2A 35
Octal 240 124 272 16 67 0 33 435 52 65
Binary 10100000 1010100 10111010 1110 110111 0 11011 100011101 101010 110101

Color Harmonies of #A054BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054BA

Black with #A054BA

Text Example


Text Example

White with #A054BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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