Html Css Color HEX #A054CE Deep Lilac

📋 copy color: '#A054CE'

red 160 ◦ green 84 ◦ blue 206

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

Shades of Deep Lilac #A054CE

Tints of Deep Lilac #A054CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 35.56%
G = 18.67%
B = 45.78%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A054CE (or 0xA054CE) is known color: Deep Lilac. HEX triplet: A0, 54 and CE. RGB value is (160,84,206). Sum of RGB (Red+Green+Blue) = 160+84+206=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #A054CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054CE is #5FAB31. Grayscale: #787878. Windows color (decimal): -6269746 or 13522080. OLE color: 13522080.

HSL color Cylindrical-coordinate representation of color #A054CE: hue angle of 277.38º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A054CE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 84 206 -
CMYK 0.22 0.59 0 0.19
HSL 277.38º 0.55% 0.57% -
HSV(B) 277.38º 0.59% 0.81% -
XYZ 28.81 18.27 60.4 -
YUV 120.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 160 84 206 0.22 0.59 0 0.19 277.38 0.55 0.57
Hex A0 54 CE 16 3B 0 13 115 37 39
Octal 240 124 316 26 73 0 23 425 67 71
Binary 10100000 1010100 11001110 10110 111011 0 10011 100010101 110111 111001

Color Harmonies of #A054CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054CE

Black with #A054CE

Text Example


Text Example

White with #A054CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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