#A589F9

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

Shades of Light Slate Blue #A589F9

Tints of Light Slate Blue #A589F9

Color information

#A589F9 (or 0xA589F9) is unknown color: approx Light Slate Blue. HEX triplet: A5, 89 and F9. RGB value is (165,137,249). Sum of RGB (Red+Green+Blue) = 165+137+249=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #A589F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589F9 is #5A7606. Grayscale: #9D9D9D. Windows color (decimal): -5928455 or 16353701. OLE color: 16353701.

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

Color convert

RGB165137249-
CMYK0.340.4500.02
HSL255º90.32%75.69%-
HSV(B)255º44.98%97.65%-
XYZ41.5632.7393.75-
YUV158.14179.28132.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 137 (53.91% from 255) = 24.86%
BLUE value IS 249 (97.66% from 255) = 45.19%
R=29.95%
G=24.86%
B=45.19%

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
Decimal1651372490.340.4500.0225590.3275.69
HexA589F9222D02ff5a4c
Octal245211371425502377132114
Binary1010010110001001111110011000101011010101111111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589F9; }

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

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

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

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

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

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

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

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