#A75DB5

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

Shades of Deep Lilac #A75DB5

Tints of Deep Lilac #A75DB5

Color information

#A75DB5 (or 0xA75DB5) is unknown color: approx Deep Lilac. HEX triplet: A7, 5D and B5. RGB value is (167,93,181). Sum of RGB (Red+Green+Blue) = 167+93+181=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #A75DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DB5 is #58A24A. Grayscale: #7C7C7C. Windows color (decimal): -5808715 or 11885991. OLE color: 11885991.

HSL color Cylindrical-coordinate representation of color #A75DB5: hue angle of 290.45º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75DB5 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16793181-
CMYK0.080.4900.29
HSL290.45º37.29%53.73%-
HSV(B)290.45º48.62%70.98%-
XYZ28.1919.3845.97-
YUV125.16159.52157.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=37.87%
G=21.09%
B=41.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167931810.080.4900.29290.4537.2953.73
HexA75DB583101D1222536
Octal24713526510610354424566
Binary101001111011101101101011000110001011101100100010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DB5; }

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

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

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

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

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

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

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

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