#A758C1

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

Shades of Deep Lilac #A758C1

Tints of Deep Lilac #A758C1

Color information

#A758C1 (or 0xA758C1) is unknown color: approx Deep Lilac. HEX triplet: A7, 58 and C1. RGB value is (167,88,193). Sum of RGB (Red+Green+Blue) = 167+88+193=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #A758C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758C1 is #58A73E. Grayscale: #7B7B7B. Windows color (decimal): -5809983 or 12671143. OLE color: 12671143.

HSL color Cylindrical-coordinate representation of color #A758C1: hue angle of 285.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A758C1 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16788193-
CMYK0.130.5400.24
HSL285.14º45.85%55.1%-
HSV(B)285.14º54.4%75.69%-
XYZ29.0519.0552.6-
YUV123.59167.17158.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 88 (34.77% from 255) = 19.64%
BLUE value IS 193 (75.78% from 255) = 43.08%
R=37.28%
G=19.64%
B=43.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167881930.130.5400.24285.1445.8555.1
HexA758C1D3601811d2e37
Octal24713030115660304355667
Binary101001111011000110000011101110110011000100011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A758C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A758C1; }

 p { color: rgb(167,88,193); }

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

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

 a { background-color: rgb(167,88,193); }

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

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

 span { border-color: rgb(167,88,193); }

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