#A75DBF

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

Shades of Deep Lilac #A75DBF

Tints of Deep Lilac #A75DBF

Color information

#A75DBF (or 0xA75DBF) is unknown color: approx Deep Lilac. HEX triplet: A7, 5D and BF. RGB value is (167,93,191). Sum of RGB (Red+Green+Blue) = 167+93+191=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #A75DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DBF is #58A240. Grayscale: #7D7D7D. Windows color (decimal): -5808705 or 12541351. OLE color: 12541351.

HSL color Cylindrical-coordinate representation of color #A75DBF: hue angle of 285.31º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75DBF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16793191-
CMYK0.130.5100.25
HSL285.31º43.36%55.69%-
HSV(B)285.31º51.31%74.9%-
XYZ29.2519.8151.57-
YUV126.3164.52157.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 191 (75% from 255) = 42.35%
R=37.03%
G=20.62%
B=42.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167931910.130.5100.25285.3143.3655.69
HexA75DBFD3301911d2b38
Octal24713527715630314355370
Binary101001111011101101111111101110011011001100011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DBF; }

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

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

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

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

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

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

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

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