#A849B1

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

Shades of Deep Lilac #A849B1

Tints of Deep Lilac #A849B1

Color information

#A849B1 (or 0xA849B1) is unknown color: approx Deep Lilac. HEX triplet: A8, 49 and B1. RGB value is (168,73,177). Sum of RGB (Red+Green+Blue) = 168+73+177=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #A849B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A849B1 is #57B64E. Grayscale: #707070. Windows color (decimal): -5748303 or 11618728. OLE color: 11618728.

HSL color Cylindrical-coordinate representation of color #A849B1: hue angle of 294.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A849B1 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16873177-
CMYK0.050.5900.31
HSL294.81º41.6%49.02%-
HSV(B)294.81º58.76%69.41%-
XYZ26.4716.2643.34-
YUV113.26163.97167.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 73 (28.91% from 255) = 17.46%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=40.19%
G=17.46%
B=42.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168731770.050.5900.31294.8141.649.02
HexA849B153B01F1272a31
Octal2501112615730374475261
Binary10101000100100110110001101111011011111100100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849B1; }

 p { color: rgb(168,73,177); }

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

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

 a { background-color: rgb(168,73,177); }

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

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

 span { border-color: rgb(168,73,177); }

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