#A58FFE

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

Shades of Light Slate Blue #A58FFE

Tints of Light Slate Blue #A58FFE

Color information

#A58FFE (or 0xA58FFE) is unknown color: approx Light Slate Blue. HEX triplet: A5, 8F and FE. RGB value is (165,143,254). Sum of RGB (Red+Green+Blue) = 165+143+254=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #A58FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FFE is #5A7001. Grayscale: #A1A1A1. Windows color (decimal): -5926914 or 16682917. OLE color: 16682917.

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

Color convert

RGB165143254-
CMYK0.350.4400.00
HSL251.89º98.23%77.84%-
HSV(B)251.89º43.7%99.61%-
XYZ43.2334.898.2-
YUV162.23179.79129.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=29.36%
G=25.44%
B=45.20%

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
Decimal1651432540.350.4400.00251.8998.2377.84
HexA58FFE232C00fc624e
Octal245217376435400374142116
Binary101001011000111111111110100011101100001111110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FFE; }

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

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

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

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

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

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

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

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