#A58DFB

Color #A58DFB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A58DFB

Tints of Light Slate Blue #A58DFB

Color information

#A58DFB (or 0xA58DFB) is unknown color: approx Light Slate Blue. HEX triplet: A5, 8D and FB. RGB value is (165,141,251). Sum of RGB (Red+Green+Blue) = 165+141+251=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #A58DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DFB is #5A7204. Grayscale: #A0A0A0. Windows color (decimal): -5927429 or 16485797. OLE color: 16485797.

HSL color Cylindrical-coordinate representation of color #A58DFB: hue angle of 253.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A58DFB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165141251-
CMYK0.340.4400.02
HSL253.09º93.22%76.86%-
HSV(B)253.09º43.82%98.43%-
XYZ42.4534.0195.59-
YUV160.72178.95131.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=29.62%
G=25.31%
B=45.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651412510.340.4400.02253.0993.2276.86
HexA58DFB222C02fd5d4d
Octal245215373425402375135115
Binary1010010110001101111110111000101011000101111110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DFB; }

 p { color: rgb(165,141,251); }

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

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

 a { background-color: rgb(165,141,251); }

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

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

 span { border-color: rgb(165,141,251); }

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