#A75ACC

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

Shades of Deep Lilac #A75ACC

Tints of Deep Lilac #A75ACC

Color information

#A75ACC (or 0xA75ACC) is unknown color: approx Deep Lilac. HEX triplet: A7, 5A and CC. RGB value is (167,90,204). Sum of RGB (Red+Green+Blue) = 167+90+204=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #A75ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ACC is #58A533. Grayscale: #7D7D7D. Windows color (decimal): -5809460 or 13392551. OLE color: 13392551.

HSL color Cylindrical-coordinate representation of color #A75ACC: hue angle of 280.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A75ACC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16790204-
CMYK0.180.5600.2
HSL280.53º52.78%57.65%-
HSV(B)280.53º55.88%80%-
XYZ30.4919.8959.36-
YUV126.02172.01157.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=36.23%
G=19.52%
B=44.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal167902040.180.5600.2280.5352.7857.65
HexA75ACC1238014119353a
Octal24713231422700244316572
Binary1010011110110101100110010010111000010100100011001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75ACC; }

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

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

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

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

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

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

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

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