#A849BB

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

Shades of Deep Lilac #A849BB

Tints of Deep Lilac #A849BB

Color information

#A849BB (or 0xA849BB) is unknown color: approx Deep Lilac. HEX triplet: A8, 49 and BB. RGB value is (168,73,187). Sum of RGB (Red+Green+Blue) = 168+73+187=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #A849BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849BB is #57B644. Grayscale: #727272. Windows color (decimal): -5748293 or 12274088. OLE color: 12274088.

HSL color Cylindrical-coordinate representation of color #A849BB: hue angle of 290º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A849BB is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16873187-
CMYK0.100.6100.27
HSL290º45.6%50.98%-
HSV(B)290º60.96%73.33%-
XYZ27.516.6848.78-
YUV114.4168.97166.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=39.25%
G=17.06%
B=43.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168731870.100.6100.2729045.650.98
HexA849BBA3D01B1222e33
Octal25011127312750334425663
Binary101010001001001101110111010111101011011100100010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849BB; }

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

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

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

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

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

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

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

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