#A258BD

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

Shades of Deep Lilac #A258BD

Tints of Deep Lilac #A258BD

Color information

#A258BD (or 0xA258BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 58 and BD. RGB value is (162,88,189). Sum of RGB (Red+Green+Blue) = 162+88+189=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #A258BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258BD is #5DA742. Grayscale: #797979. Windows color (decimal): -6137667 or 12408994. OLE color: 12408994.

HSL color Cylindrical-coordinate representation of color #A258BD: hue angle of 283.96º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A258BD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16288189-
CMYK0.140.5300.26
HSL283.96º43.35%54.31%-
HSV(B)283.96º53.44%74.12%-
XYZ27.5818.3350.23-
YUV121.64166.02156.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=36.90%
G=20.05%
B=43.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162881890.140.5300.26283.9643.3554.31
HexA258BDE3501A11c2b36
Octal24213027516650324345366
Binary101000101011000101111011110110101011010100011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258BD; }

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

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

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

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

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

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

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

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