#A050C8

Color #A050C8 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A050C8

Tints of Deep Lilac #A050C8

Color information

#A050C8 (or 0xA050C8) is unknown color: approx Deep Lilac. HEX triplet: A0, 50 and C8. RGB value is (160,80,200). Sum of RGB (Red+Green+Blue) = 160+80+200=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #A050C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050C8 is #5FAF37. Grayscale: #757575. Windows color (decimal): -6270776 or 13127840. OLE color: 13127840.

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

Color convert

RGB16080200-
CMYK0.20.600.22
HSL280º52.17%54.9%-
HSV(B)280º60%78.43%-
XYZ27.7917.3856.53-
YUV117.6174.5158.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 200 (78.52% from 255) = 45.45%
R=36.36%
G=18.18%
B=45.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160802000.20.600.2228052.1754.9
HexA050C8143C0161183437
Octal24012031024740264306467
Binary1010000010100001100100010100111100010110100011000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A050C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A050C8; }

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

 H1.HeaderClassName
 {
   color: #A050C8;
 }
 .AnyTagClassName
 {
   color: #A050C8;
 }
</style>
background-color css

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

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

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

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

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

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