#A75EBE

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

Shades of Deep Lilac #A75EBE

Tints of Deep Lilac #A75EBE

Color information

#A75EBE (or 0xA75EBE) is unknown color: approx Deep Lilac. HEX triplet: A7, 5E and BE. RGB value is (167,94,190). Sum of RGB (Red+Green+Blue) = 167+94+190=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A75EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EBE is #58A141. Grayscale: #7E7E7E. Windows color (decimal): -5808450 or 12476071. OLE color: 12476071.

HSL color Cylindrical-coordinate representation of color #A75EBE: hue angle of 285.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75EBE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16794190-
CMYK0.120.5100.25
HSL285.62º42.48%55.69%-
HSV(B)285.62º50.53%74.51%-
XYZ29.2319.9451.02-
YUV126.77163.68156.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 94 (37.11% from 255) = 20.84%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=37.03%
G=20.84%
B=42.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167941900.120.5100.25285.6242.4855.69
HexA75EBEC3301911e2a38
Octal24713627614630314365270
Binary101001111011110101111101100110011011001100011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EBE; }

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

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

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

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

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

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

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

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