#A75EBF

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

Shades of Deep Lilac #A75EBF

Tints of Deep Lilac #A75EBF

Color information

#A75EBF (or 0xA75EBF) is unknown color: approx Deep Lilac. HEX triplet: A7, 5E and BF. RGB value is (167,94,191). Sum of RGB (Red+Green+Blue) = 167+94+191=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A75EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EBF is #58A140. Grayscale: #7E7E7E. Windows color (decimal): -5808449 or 12541607. OLE color: 12541607.

HSL color Cylindrical-coordinate representation of color #A75EBF: hue angle of 285.15º degrees, saturation: 0.43, 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 #A75EBF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16794191-
CMYK0.130.5100.25
HSL285.15º43.11%55.88%-
HSV(B)285.15º50.79%74.9%-
XYZ29.3419.9851.6-
YUV126.88164.18156.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 94 (37.11% from 255) = 20.80%
BLUE value IS 191 (75% from 255) = 42.26%
R=36.95%
G=20.80%
B=42.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167941910.130.5100.25285.1543.1155.88
HexA75EBFD3301911d2b38
Octal24713627715630314355370
Binary101001111011110101111111101110011011001100011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EBF; }

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

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

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

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

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

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

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

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