#A75AC9

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

Shades of Deep Lilac #A75AC9

Tints of Deep Lilac #A75AC9

Color information

#A75AC9 (or 0xA75AC9) is unknown color: approx Deep Lilac. HEX triplet: A7, 5A and C9. RGB value is (167,90,201). Sum of RGB (Red+Green+Blue) = 167+90+201=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #A75AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75AC9 is #58A536. Grayscale: #7D7D7D. Windows color (decimal): -5809463 or 13195943. OLE color: 13195943.

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

Color convert

RGB16790201-
CMYK0.170.5500.21
HSL281.62º50.68%57.06%-
HSV(B)281.62º55.22%78.82%-
XYZ30.1419.7457.48-
YUV125.68170.51157.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=36.46%
G=19.65%
B=43.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167902010.170.5500.21281.6250.6857.06
HexA75AC9113701511a3339
Octal24713231121670254326371
Binary1010011110110101100100110001110111010101100011010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75AC9; }

 p { color: rgb(167,90,201); }

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

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

 a { background-color: rgb(167,90,201); }

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

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

 span { border-color: rgb(167,90,201); }

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