#A589FD

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

Shades of Light Slate Blue #A589FD

Tints of Light Slate Blue #A589FD

Color information

#A589FD (or 0xA589FD) is unknown color: approx Light Slate Blue. HEX triplet: A5, 89 and FD. RGB value is (165,137,253). Sum of RGB (Red+Green+Blue) = 165+137+253=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #A589FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589FD is #5A7602. Grayscale: #9E9E9E. Windows color (decimal): -5928451 or 16615845. OLE color: 16615845.

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

Color convert

RGB165137253-
CMYK0.350.4600.01
HSL254.48º96.67%76.47%-
HSV(B)254.48º45.85%99.22%-
XYZ42.1932.9897.07-
YUV158.6181.28132.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.73%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=29.73%
G=24.68%
B=45.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651372530.350.4600.01254.4896.6776.47
HexA589FD232E01fe614c
Octal245211375435601376141114
Binary101001011000100111111101100011101110011111111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589FD; }

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

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

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

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

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

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

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

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