Html Css Color HEX #A054C8 Deep Lilac

📋 copy color: '#A054C8'

red 160 ◦ green 84 ◦ blue 200

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

Shades of Deep Lilac #A054C8

Tints of Deep Lilac #A054C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.05%

R = 36.04%
G = 18.92%
B = 45.05%

CMYK

 C value IS 0.2

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A054C8 (or 0xA054C8) is known color: Deep Lilac. HEX triplet: A0, 54 and C8. RGB value is (160,84,200). Sum of RGB (Red+Green+Blue) = 160+84+200=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #A054C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054C8 is #5FAB37. Grayscale: #777777. Windows color (decimal): -6269752 or 13128864. OLE color: 13128864.

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

Color convert

RGB 160 84 200 -
CMYK 0.2 0.58 0 0.22
HSL 279.31º 0.51% 0.56% -
HSV(B) 279.31º 0.58% 0.78% -
XYZ 28.09 17.98 56.63 -
YUV 119.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 160 84 200 0.2 0.58 0 0.22 279.31 0.51 0.56
Hex A0 54 C8 14 3A 0 16 117 33 38
Octal 240 124 310 24 72 0 26 427 63 70
Binary 10100000 1010100 11001000 10100 111010 0 10110 100010111 110011 111000

Color Harmonies of #A054C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054C8

Black with #A054C8

Text Example


Text Example

White with #A054C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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