#A258BB

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

Shades of Deep Lilac #A258BB

Tints of Deep Lilac #A258BB

Color information

#A258BB (or 0xA258BB) is unknown color: approx Deep Lilac. HEX triplet: A2, 58 and BB. RGB value is (162,88,187). Sum of RGB (Red+Green+Blue) = 162+88+187=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #A258BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258BB is #5DA744. Grayscale: #797979. Windows color (decimal): -6137669 or 12277922. OLE color: 12277922.

HSL color Cylindrical-coordinate representation of color #A258BB: hue angle of 284.85º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A258BB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16288187-
CMYK0.130.5300.27
HSL284.85º42.13%53.92%-
HSV(B)284.85º52.94%73.33%-
XYZ27.3618.2549.09-
YUV121.41165.02156.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 88 (34.77% from 255) = 20.14%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=37.07%
G=20.14%
B=42.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162881870.130.5300.27284.8542.1353.92
HexA258BBD3501B11d2a36
Octal24213027315650334355266
Binary101000101011000101110111101110101011011100011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258BB; }

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

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

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

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

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

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

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

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