#A589FF

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

Shades of Light Slate Blue #A589FF

Tints of Light Slate Blue #A589FF

Color information

#A589FF (or 0xA589FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 89 and FF. RGB value is (165,137,255). Sum of RGB (Red+Green+Blue) = 165+137+255=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #A589FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589FF is #5A7600. Grayscale: #9E9E9E. Windows color (decimal): -5928449 or 16746917. OLE color: 16746917.

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

Color convert

RGB165137255-
CMYK0.350.4600
HSL254.24º100%76.86%-
HSV(B)254.24º46.27%100%-
XYZ42.5133.1198.76-
YUV158.82182.28132.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 255 (100% from 255) = 45.78%
R=29.62%
G=24.60%
B=45.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651372550.350.4600254.2410076.86
HexA589FF232E00fe644d
Octal245211377435600376144115
Binary101001011000100111111111100011101110001111111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589FF; }

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

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

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

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

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

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

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

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