#A258BE

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

Shades of Deep Lilac #A258BE

Tints of Deep Lilac #A258BE

Color information

#A258BE (or 0xA258BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 58 and BE. RGB value is (162,88,190). Sum of RGB (Red+Green+Blue) = 162+88+190=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #A258BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258BE is #5DA741. Grayscale: #797979. Windows color (decimal): -6137666 or 12474530. OLE color: 12474530.

HSL color Cylindrical-coordinate representation of color #A258BE: hue angle of 283.53º degrees, saturation: 0.44, 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 #A258BE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16288190-
CMYK0.150.5400.25
HSL283.53º43.97%54.51%-
HSV(B)283.53º53.68%74.51%-
XYZ27.6818.3850.8-
YUV121.75166.52156.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=36.82%
G=20%
B=43.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162881900.150.5400.25283.5343.9754.51
HexA258BEF3601911c2c37
Octal24213027617660314345467
Binary101000101011000101111101111110110011001100011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258BE; }

 p { color: rgb(162,88,190); }

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

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

 a { background-color: rgb(162,88,190); }

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

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

 span { border-color: rgb(162,88,190); }

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