#A05FBE

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

Shades of Deep Lilac #A05FBE

Tints of Deep Lilac #A05FBE

Color information

#A05FBE (or 0xA05FBE) is unknown color: approx Deep Lilac. HEX triplet: A0, 5F and BE. RGB value is (160,95,190). Sum of RGB (Red+Green+Blue) = 160+95+190=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #A05FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FBE is #5FA041. Grayscale: #7C7C7C. Windows color (decimal): -6266946 or 12476320. OLE color: 12476320.

HSL color Cylindrical-coordinate representation of color #A05FBE: hue angle of 281.05º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05FBE is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16095190-
CMYK0.160.500.25
HSL281.05º42.22%55.88%-
HSV(B)281.05º50%74.51%-
XYZ27.8819.3850.99-
YUV125.26164.53152.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=35.96%
G=21.35%
B=42.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160951900.160.500.25281.0542.2255.88
HexA05FBE10320191192a38
Octal24013727620620314315270
Binary1010000010111111011111010000110010011001100011001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05FBE; }

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

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

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

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

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

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

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

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