#A258B1

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

Shades of Deep Lilac #A258B1

Tints of Deep Lilac #A258B1

Color information

#A258B1 (or 0xA258B1) is unknown color: approx Deep Lilac. HEX triplet: A2, 58 and B1. RGB value is (162,88,177). Sum of RGB (Red+Green+Blue) = 162+88+177=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 177 - color contains mainly: blue. Hex color #A258B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A258B1 is #5DA74E. Grayscale: #777777. Windows color (decimal): -6137679 or 11622562. OLE color: 11622562.

HSL color Cylindrical-coordinate representation of color #A258B1: hue angle of 289.89º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A258B1 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16288177-
CMYK0.080.5000.31
HSL289.89º36.33%51.96%-
HSV(B)289.89º50.28%69.41%-
XYZ26.3317.8443.65-
YUV120.27160.02157.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 177 (69.53% from 255) = 41.45%
R=37.94%
G=20.61%
B=41.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162881770.080.5000.31289.8936.3351.96
HexA258B183201F1222434
Octal24213026110620374424464
Binary101000101011000101100011000110010011111100100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258B1; }

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

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

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

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

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

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

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

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