#A75EBC

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

Shades of Deep Lilac #A75EBC

Tints of Deep Lilac #A75EBC

Color information

#A75EBC (or 0xA75EBC) is unknown color: approx Deep Lilac. HEX triplet: A7, 5E and BC. RGB value is (167,94,188). Sum of RGB (Red+Green+Blue) = 167+94+188=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #A75EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EBC is #58A143. Grayscale: #7E7E7E. Windows color (decimal): -5808452 or 12344999. OLE color: 12344999.

HSL color Cylindrical-coordinate representation of color #A75EBC: hue angle of 286.6º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75EBC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16794188-
CMYK0.110.5000.26
HSL286.6º41.23%55.29%-
HSV(B)286.6º50%73.73%-
XYZ29.0219.8549.88-
YUV126.54162.68156.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.19%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=37.19%
G=20.94%
B=41.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167941880.110.5000.26286.641.2355.29
HexA75EBCB3201A11f2937
Octal24713627413620324375167
Binary101001111011110101111001011110010011010100011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EBC; }

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

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

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

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

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

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

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

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