#A75EB4

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

Shades of Deep Lilac #A75EB4

Tints of Deep Lilac #A75EB4

Color information

#A75EB4 (or 0xA75EB4) is unknown color: approx Deep Lilac. HEX triplet: A7, 5E and B4. RGB value is (167,94,180). Sum of RGB (Red+Green+Blue) = 167+94+180=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #A75EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EB4 is #58A14B. Grayscale: #7D7D7D. Windows color (decimal): -5808460 or 11820711. OLE color: 11820711.

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

Color convert

RGB16794180-
CMYK0.070.4800.29
HSL290.93º36.44%53.73%-
HSV(B)290.93º47.78%70.59%-
XYZ28.1819.5245.46-
YUV125.63158.68157.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=37.87%
G=21.32%
B=40.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167941800.070.4800.29290.9336.4453.73
HexA75EB473001D1232436
Octal2471362647600354434466
Binary10100111101111010110100111110000011101100100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EB4; }

 p { color: rgb(167,94,180); }

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

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

 a { background-color: rgb(167,94,180); }

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

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

 span { border-color: rgb(167,94,180); }

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