#A75DCA

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

Shades of Deep Lilac #A75DCA

Tints of Deep Lilac #A75DCA

Color information

#A75DCA (or 0xA75DCA) is unknown color: approx Deep Lilac. HEX triplet: A7, 5D and CA. RGB value is (167,93,202). Sum of RGB (Red+Green+Blue) = 167+93+202=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #A75DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DCA is #58A235. Grayscale: #7F7F7F. Windows color (decimal): -5808694 or 13262247. OLE color: 13262247.

HSL color Cylindrical-coordinate representation of color #A75DCA: hue angle of 280.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A75DCA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16793202-
CMYK0.170.5400.21
HSL280.73º50.7%57.84%-
HSV(B)280.73º53.96%79.22%-
XYZ30.5120.3158.19-
YUV127.55170.02156.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=36.15%
G=20.13%
B=43.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167932020.170.5400.21280.7350.757.84
HexA75DCA1136015119333a
Octal24713531221660254316372
Binary1010011110111011100101010001110110010101100011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DCA; }

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

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

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

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

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

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

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

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