#A758BF

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

Shades of Deep Lilac #A758BF

Tints of Deep Lilac #A758BF

Color information

#A758BF (or 0xA758BF) is unknown color: approx Deep Lilac. HEX triplet: A7, 58 and BF. RGB value is (167,88,191). Sum of RGB (Red+Green+Blue) = 167+88+191=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #A758BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758BF is #58A740. Grayscale: #7B7B7B. Windows color (decimal): -5809985 or 12540071. OLE color: 12540071.

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

Color convert

RGB16788191-
CMYK0.130.5400.25
HSL286.02º44.59%54.71%-
HSV(B)286.02º53.93%74.9%-
XYZ28.8318.9651.43-
YUV123.36166.17159.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 88 (34.77% from 255) = 19.73%
BLUE value IS 191 (75% from 255) = 42.83%
R=37.44%
G=19.73%
B=42.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167881910.130.5400.25286.0244.5954.71
HexA758BFD3601911e2d37
Octal24713027715660314365567
Binary101001111011000101111111101110110011001100011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A758BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A758BF; }

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

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

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

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

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

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

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

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