#A85FC1

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

Shades of Deep Lilac #A85FC1

Tints of Deep Lilac #A85FC1

Color information

#A85FC1 (or 0xA85FC1) is unknown color: approx Deep Lilac. HEX triplet: A8, 5F and C1. RGB value is (168,95,193). Sum of RGB (Red+Green+Blue) = 168+95+193=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #A85FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FC1 is #57A03E. Grayscale: #7F7F7F. Windows color (decimal): -5742655 or 12672936. OLE color: 12672936.

HSL color Cylindrical-coordinate representation of color #A85FC1: hue angle of 284.69º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85FC1 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16895193-
CMYK0.130.5100.24
HSL284.69º44.14%56.47%-
HSV(B)284.69º50.78%75.69%-
XYZ29.8720.3652.81-
YUV128164.68156.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 95 (37.5% from 255) = 20.83%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=36.84%
G=20.83%
B=42.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168951930.130.5100.24284.6944.1456.47
HexA85FC1D3301811d2c38
Octal25013730115630304355470
Binary101010001011111110000011101110011011000100011101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FC1; }

 p { color: rgb(168,95,193); }

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

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

 a { background-color: rgb(168,95,193); }

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

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

 span { border-color: rgb(168,95,193); }

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