#A848B4

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

Shades of Deep Lilac #A848B4

Tints of Deep Lilac #A848B4

Color information

#A848B4 (or 0xA848B4) is unknown color: approx Deep Lilac. HEX triplet: A8, 48 and B4. RGB value is (168,72,180). Sum of RGB (Red+Green+Blue) = 168+72+180=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #A848B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848B4 is #57B74B. Grayscale: #707070. Windows color (decimal): -5748556 or 11815080. OLE color: 11815080.

HSL color Cylindrical-coordinate representation of color #A848B4: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A848B4 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16872180-
CMYK0.070.6000.29
HSL293.33º42.86%49.41%-
HSV(B)293.33º60%70.59%-
XYZ26.716.2544.91-
YUV113.02165.8167.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 180 (70.70% from 255) = 42.86%
R=40%
G=17.14%
B=42.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168721800.070.6000.29293.3342.8649.41
HexA848B473C01D1252b31
Octal2501102647740354455361
Binary10101000100100010110100111111100011101100100101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A848B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A848B4; }

 p { color: rgb(168,72,180); }

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

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

 a { background-color: rgb(168,72,180); }

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

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

 span { border-color: rgb(168,72,180); }

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