#A58DFE

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

Shades of Light Slate Blue #A58DFE

Tints of Light Slate Blue #A58DFE

Color information

#A58DFE (or 0xA58DFE) is unknown color: approx Light Slate Blue. HEX triplet: A5, 8D and FE. RGB value is (165,141,254). Sum of RGB (Red+Green+Blue) = 165+141+254=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A58DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DFE is #5A7201. Grayscale: #A0A0A0. Windows color (decimal): -5927426 or 16682405. OLE color: 16682405.

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

Color convert

RGB165141254-
CMYK0.350.4400.00
HSL252.74º98.26%77.45%-
HSV(B)252.74º44.49%99.61%-
XYZ42.9334.298.11-
YUV161.06180.45130.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=29.46%
G=25.18%
B=45.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651412540.350.4400.00252.7498.2677.45
HexA58DFE232C00fd624d
Octal245215376435400375142115
Binary101001011000110111111110100011101100001111110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DFE; }

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

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

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

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

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

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

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

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