#A849BE

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

Shades of Deep Lilac #A849BE

Tints of Deep Lilac #A849BE

Color information

#A849BE (or 0xA849BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 49 and BE. RGB value is (168,73,190). Sum of RGB (Red+Green+Blue) = 168+73+190=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #A849BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849BE is #57B641. Grayscale: #727272. Windows color (decimal): -5748290 or 12470696. OLE color: 12470696.

HSL color Cylindrical-coordinate representation of color #A849BE: hue angle of 288.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A849BE is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16873190-
CMYK0.120.6200.25
HSL288.72º47.37%51.57%-
HSV(B)288.72º61.58%74.51%-
XYZ27.8316.8150.49-
YUV114.74170.47165.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=38.98%
G=16.94%
B=44.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168731900.120.6200.25288.7247.3751.57
HexA849BEC3E0191212f34
Octal25011127614760314415764
Binary101010001001001101111101100111110011001100100001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849BE; }

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

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

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

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

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

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

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

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