Html Css Color HEX #A054CC Deep Lilac

📋 copy color: '#A054CC'

red 160 ◦ green 84 ◦ blue 204

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

Shades of Deep Lilac #A054CC

Tints of Deep Lilac #A054CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 35.71%
G = 18.75%
B = 45.54%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A054CC (or 0xA054CC) is known color: Deep Lilac. HEX triplet: A0, 54 and CC. RGB value is (160,84,204). Sum of RGB (Red+Green+Blue) = 160+84+204=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #A054CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054CC is #5FAB33. Grayscale: #787878. Windows color (decimal): -6269748 or 13391008. OLE color: 13391008.

HSL color Cylindrical-coordinate representation of color #A054CC: hue angle of 278º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A054CC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 84 204 -
CMYK 0.22 0.59 0 0.2
HSL 278º 0.54% 0.56% -
HSV(B) 278º 0.59% 0.8% -
XYZ 28.57 18.17 59.13 -
YUV 120.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 160 84 204 0.22 0.59 0 0.2 278 0.54 0.56
Hex A0 54 CC 16 3B 0 14 116 36 38
Octal 240 124 314 26 73 0 24 426 66 70
Binary 10100000 1010100 11001100 10110 111011 0 10100 100010110 110110 111000

Color Harmonies of #A054CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054CC

Black with #A054CC

Text Example


Text Example

White with #A054CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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