#A587FA

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

Shades of Light Slate Blue #A587FA

Tints of Light Slate Blue #A587FA

Color information

#A587FA (or 0xA587FA) is unknown color: approx Light Slate Blue. HEX triplet: A5, 87 and FA. RGB value is (165,135,250). Sum of RGB (Red+Green+Blue) = 165+135+250=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #A587FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A587FA is #5A7805. Grayscale: #9C9C9C. Windows color (decimal): -5928966 or 16418725. OLE color: 16418725.

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

Color convert

RGB165135250-
CMYK0.340.4600.02
HSL255.65º92%75.49%-
HSV(B)255.65º46%98.04%-
XYZ41.4432.2394.48-
YUV157.08180.44133.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=30%
G=24.55%
B=45.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651352500.340.4600.02255.659275.49
HexA587FA222E021005c4b
Octal245207372425602400134113
Binary10100101100001111111101010001010111001010000000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A587FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A587FA; }

 p { color: rgb(165,135,250); }

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

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

 a { background-color: rgb(165,135,250); }

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

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

 span { border-color: rgb(165,135,250); }

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