#A588FE

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

Shades of Light Slate Blue #A588FE

Tints of Light Slate Blue #A588FE

Color information

#A588FE (or 0xA588FE) is unknown color: approx Light Slate Blue. HEX triplet: A5, 88 and FE. RGB value is (165,136,254). Sum of RGB (Red+Green+Blue) = 165+136+254=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #A588FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588FE is #5A7701. Grayscale: #9D9D9D. Windows color (decimal): -5928706 or 16681125. OLE color: 16681125.

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

Color convert

RGB165136254-
CMYK0.350.4600.00
HSL254.75º98.33%76.47%-
HSV(B)254.75º46.46%99.61%-
XYZ42.2132.7697.87-
YUV158.12182.11132.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.73%
GREEN value IS 136 (53.52% from 255) = 24.50%
BLUE value IS 254 (99.61% from 255) = 45.77%
R=29.73%
G=24.50%
B=45.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651362540.350.4600.00254.7598.3376.47
HexA588FE232E00ff624c
Octal245210376435600377142114
Binary101001011000100011111110100011101110001111111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588FE; }

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

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

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

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

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

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

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

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