#A588F9

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

Shades of Light Slate Blue #A588F9

Tints of Light Slate Blue #A588F9

Color information

#A588F9 (or 0xA588F9) is unknown color: approx Light Slate Blue. HEX triplet: A5, 88 and F9. RGB value is (165,136,249). Sum of RGB (Red+Green+Blue) = 165+136+249=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #A588F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588F9 is #5A7706. Grayscale: #9D9D9D. Windows color (decimal): -5928711 or 16353445. OLE color: 16353445.

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

Color convert

RGB165136249-
CMYK0.340.4500.02
HSL255.4º90.4%75.49%-
HSV(B)255.4º45.38%97.65%-
XYZ41.4232.4593.7-
YUV157.55179.61133.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 249 (97.66% from 255) = 45.27%
R=30%
G=24.73%
B=45.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651362490.340.4500.02255.490.475.49
HexA588F9222D02ff5a4b
Octal245210371425502377132113
Binary1010010110001000111110011000101011010101111111110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588F9; }

 p { color: rgb(165,136,249); }

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

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

 a { background-color: rgb(165,136,249); }

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

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

 span { border-color: rgb(165,136,249); }

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