#A748B1

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

Shades of Deep Lilac #A748B1

Tints of Deep Lilac #A748B1

Color information

#A748B1 (or 0xA748B1) is unknown color: approx Deep Lilac. HEX triplet: A7, 48 and B1. RGB value is (167,72,177). Sum of RGB (Red+Green+Blue) = 167+72+177=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #A748B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A748B1 is #58B74E. Grayscale: #707070. Windows color (decimal): -5814095 or 11618471. OLE color: 11618471.

HSL color Cylindrical-coordinate representation of color #A748B1: hue angle of 294.29º 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 #A748B1 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16772177-
CMYK0.060.5900.31
HSL294.29º42.17%48.82%-
HSV(B)294.29º59.32%69.41%-
XYZ26.1916.0243.31-
YUV112.38164.47166.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 177 (69.53% from 255) = 42.55%
R=40.14%
G=17.31%
B=42.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167721770.060.5900.31294.2942.1748.82
HexA748B163B01F1262a31
Octal2471102616730374465261
Binary10100111100100010110001110111011011111100100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A748B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A748B1; }

 p { color: rgb(167,72,177); }

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

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

 a { background-color: rgb(167,72,177); }

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

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

 span { border-color: rgb(167,72,177); }

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