#A845C3

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

Shades of Deep Lilac #A845C3

Tints of Deep Lilac #A845C3

Color information

#A845C3 (or 0xA845C3) is unknown color: approx Deep Lilac. HEX triplet: A8, 45 and C3. RGB value is (168,69,195). Sum of RGB (Red+Green+Blue) = 168+69+195=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #A845C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845C3 is #57BA3C. Grayscale: #707070. Windows color (decimal): -5749309 or 12797352. OLE color: 12797352.

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

Color convert

RGB16869195-
CMYK0.140.6500.24
HSL287.14º51.22%51.76%-
HSV(B)287.14º64.62%76.47%-
XYZ28.1316.5253.34-
YUV112.96174.3167.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 69 (27.34% from 255) = 15.97%
BLUE value IS 195 (76.56% from 255) = 45.14%
R=38.89%
G=15.97%
B=45.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168691950.140.6500.24287.1451.2251.76
HexA845C3E4101811f3334
Octal250105303161010304376364
Binary1010100010001011100001111101000001011000100011111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845C3; }

 p { color: rgb(168,69,195); }

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

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

 a { background-color: rgb(168,69,195); }

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

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

 span { border-color: rgb(168,69,195); }

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