Html Css Color HEX #A055C6 Deep Lilac

📋 copy color: '#A055C6'

red 160 ◦ green 85 ◦ blue 198

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

Shades of Deep Lilac #A055C6

Tints of Deep Lilac #A055C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 36.12%
G = 19.19%
B = 44.7%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A055C6 (or 0xA055C6) is known color: Deep Lilac. HEX triplet: A0, 55 and C6. RGB value is (160,85,198). Sum of RGB (Red+Green+Blue) = 160+85+198=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #A055C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055C6 is #5FAA39. Grayscale: #777777. Windows color (decimal): -6269498 or 12998048. OLE color: 12998048.

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

Color convert

RGB 160 85 198 -
CMYK 0.19 0.57 0 0.22
HSL 279.82º 0.5% 0.55% -
HSV(B) 279.82º 0.57% 0.78% -
XYZ 27.94 18.05 55.44 -
YUV 120.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 160 85 198 0.19 0.57 0 0.22 279.82 0.5 0.55
Hex A0 55 C6 13 39 0 16 118 32 37
Octal 240 125 306 23 71 0 26 430 62 67
Binary 10100000 1010101 11000110 10011 111001 0 10110 100011000 110010 110111

Color Harmonies of #A055C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055C6

Black with #A055C6

Text Example


Text Example

White with #A055C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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