#A75EB3

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

Shades of Deep Lilac #A75EB3

Tints of Deep Lilac #A75EB3

Color information

#A75EB3 (or 0xA75EB3) is unknown color: approx Deep Lilac. HEX triplet: A7, 5E and B3. RGB value is (167,94,179). Sum of RGB (Red+Green+Blue) = 167+94+179=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #A75EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EB3 is #58A14C. Grayscale: #7D7D7D. Windows color (decimal): -5808461 or 11755175. OLE color: 11755175.

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

Color convert

RGB16794179-
CMYK0.070.4700.30
HSL291.53º35.86%53.53%-
HSV(B)291.53º47.49%70.2%-
XYZ28.0819.4844.93-
YUV125.52158.18157.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=37.95%
G=21.36%
B=40.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167941790.070.4700.30291.5335.8653.53
HexA75EB372F01E1242436
Octal2471362637570364444466
Binary10100111101111010110011111101111011110100100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EB3; }

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

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

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

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

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

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

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

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