Html Css Color HEX #A055C8 Deep Lilac

📋 copy color: '#A055C8'

red 160 ◦ green 85 ◦ blue 200

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

Shades of Deep Lilac #A055C8

Tints of Deep Lilac #A055C8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.1%

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

R = 35.96%
G = 19.1%
B = 44.94%

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

#A055C8 (or 0xA055C8) is known color: Deep Lilac. HEX triplet: A0, 55 and C8. RGB value is (160,85,200). Sum of RGB (Red+Green+Blue) = 160+85+200=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #A055C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055C8 is #5FAA37. Grayscale: #787878. Windows color (decimal): -6269496 or 13129120. OLE color: 13129120.

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

Color convert

RGB 160 85 200 -
CMYK 0.2 0.58 0 0.22
HSL 279.13º 0.51% 0.56% -
HSV(B) 279.13º 0.58% 0.78% -
XYZ 28.17 18.14 56.66 -
YUV 120.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 160 85 200 0.2 0.58 0 0.22 279.13 0.51 0.56
Hex A0 55 C8 14 3A 0 16 117 33 38
Octal 240 125 310 24 72 0 26 427 63 70
Binary 10100000 1010101 11001000 10100 111010 0 10110 100010111 110011 111000

Color Harmonies of #A055C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055C8

Black with #A055C8

Text Example


Text Example

White with #A055C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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