#A958B8

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

Shades of Deep Lilac #A958B8

Tints of Deep Lilac #A958B8

Color information

#A958B8 (or 0xA958B8) is unknown color: approx Deep Lilac. HEX triplet: A9, 58 and B8. RGB value is (169,88,184). Sum of RGB (Red+Green+Blue) = 169+88+184=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #A958B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958B8 is #56A747. Grayscale: #7A7A7A. Windows color (decimal): -5678920 or 12081321. OLE color: 12081321.

HSL color Cylindrical-coordinate representation of color #A958B8: hue angle of 290.62º 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 #A958B8 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16988184-
CMYK0.080.5200.28
HSL290.62º40.34%53.33%-
HSV(B)290.62º52.17%72.16%-
XYZ28.518.8847.49-
YUV123.16162.34160.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 184 (72.27% from 255) = 41.72%
R=38.32%
G=19.95%
B=41.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169881840.080.5200.28290.6240.3453.33
HexA958B883401C1232835
Octal25113027010640344435065
Binary101010011011000101110001000110100011100100100011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A958B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A958B8; }

 p { color: rgb(169,88,184); }

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

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

 a { background-color: rgb(169,88,184); }

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

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

 span { border-color: rgb(169,88,184); }

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