Html Css Color HEX #A054AE Deep Lilac

📋 copy color: '#A054AE'

red 160 ◦ green 84 ◦ blue 174

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

Shades of Deep Lilac #A054AE

Tints of Deep Lilac #A054AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 38.28%
G = 20.1%
B = 41.63%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A054AE (or 0xA054AE) is known color: Deep Lilac. HEX triplet: A0, 54 and AE. RGB value is (160,84,174). Sum of RGB (Red+Green+Blue) = 160+84+174=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #A054AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A054AE is #5FAB51. Grayscale: #747474. Windows color (decimal): -6269778 or 11424928. OLE color: 11424928.

HSL color Cylindrical-coordinate representation of color #A054AE: hue angle of 290.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A054AE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 84 174 -
CMYK 0.08 0.52 0 0.32
HSL 290.67º 0.36% 0.51% -
HSV(B) 290.67º 0.52% 0.68% -
XYZ 25.31 16.87 41.97 -
YUV 116.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 160 84 174 0.08 0.52 0 0.32 290.67 0.36 0.51
Hex A0 54 AE 8 34 0 20 123 24 33
Octal 240 124 256 10 64 0 40 443 44 63
Binary 10100000 1010100 10101110 1000 110100 0 100000 100100011 100100 110011

Color Harmonies of #A054AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054AE

Black with #A054AE

Text Example


Text Example

White with #A054AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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