#A258B7

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

Shades of Deep Lilac #A258B7

Tints of Deep Lilac #A258B7

Color information

#A258B7 (or 0xA258B7) is unknown color: approx Deep Lilac. HEX triplet: A2, 58 and B7. RGB value is (162,88,183). Sum of RGB (Red+Green+Blue) = 162+88+183=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 183 - color contains mainly: blue. Hex color #A258B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258B7 is #5DA748. Grayscale: #787878. Windows color (decimal): -6137673 or 12015778. OLE color: 12015778.

HSL color Cylindrical-coordinate representation of color #A258B7: hue angle of 286.74º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A258B7 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16288183-
CMYK0.110.5200.28
HSL286.74º39.75%53.14%-
HSV(B)286.74º51.91%71.76%-
XYZ26.9418.0846.87-
YUV120.96163.02157.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 183 (71.88% from 255) = 42.26%
R=37.41%
G=20.32%
B=42.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162881830.110.5200.28286.7439.7553.14
HexA258B7B3401C11f2835
Octal24213026713640344375065
Binary101000101011000101101111011110100011100100011111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258B7; }

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

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

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

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

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

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

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

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