#A748BF

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

Shades of Deep Lilac #A748BF

Tints of Deep Lilac #A748BF

Color information

#A748BF (or 0xA748BF) is unknown color: approx Deep Lilac. HEX triplet: A7, 48 and BF. RGB value is (167,72,191). Sum of RGB (Red+Green+Blue) = 167+72+191=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #A748BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A748BF is #58B740. Grayscale: #717171. Windows color (decimal): -5814081 or 12535975. OLE color: 12535975.

HSL color Cylindrical-coordinate representation of color #A748BF: hue angle of 287.9º degrees, saturation: 0.48, 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 #A748BF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16772191-
CMYK0.130.6200.25
HSL287.9º48.18%51.57%-
HSV(B)287.9º62.3%74.9%-
XYZ27.6616.6151.04-
YUV113.97171.47165.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 191 (75% from 255) = 44.42%
R=38.84%
G=16.74%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167721910.130.6200.25287.948.1851.57
HexA748BFD3E0191203034
Octal24711027715760314406064
Binary101001111001000101111111101111110011001100100000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A748BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A748BF; }

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

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

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

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

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

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

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

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