#A05FB8

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

Shades of Deep Lilac #A05FB8

Tints of Deep Lilac #A05FB8

Color information

#A05FB8 (or 0xA05FB8) is unknown color: approx Deep Lilac. HEX triplet: A0, 5F and B8. RGB value is (160,95,184). Sum of RGB (Red+Green+Blue) = 160+95+184=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #A05FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FB8 is #5FA047. Grayscale: #7C7C7C. Windows color (decimal): -6266952 or 12083104. OLE color: 12083104.

HSL color Cylindrical-coordinate representation of color #A05FB8: hue angle of 283.82º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05FB8 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16095184-
CMYK0.130.4800.28
HSL283.82º38.53%54.71%-
HSV(B)283.82º48.37%72.16%-
XYZ27.2419.1247.6-
YUV124.58161.53153.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=36.45%
G=21.64%
B=41.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160951840.130.4800.28283.8238.5354.71
HexA05FB8D3001C11c2737
Octal24013727015600344344767
Binary101000001011111101110001101110000011100100011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05FB8; }

 p { color: rgb(160,95,184); }

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

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

 a { background-color: rgb(160,95,184); }

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

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

 span { border-color: rgb(160,95,184); }

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