#A591FD

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

Shades of Light Slate Blue #A591FD

Tints of Light Slate Blue #A591FD

Color information

#A591FD (or 0xA591FD) is unknown color: approx Light Slate Blue. HEX triplet: A5, 91 and FD. RGB value is (165,145,253). Sum of RGB (Red+Green+Blue) = 165+145+253=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #A591FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A591FD is #5A6E02. Grayscale: #A2A2A2. Windows color (decimal): -5926403 or 16617893. OLE color: 16617893.

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

Color convert

RGB165145253-
CMYK0.350.4300.01
HSL251.11º96.43%78.04%-
HSV(B)251.11º42.69%99.22%-
XYZ43.3735.3497.46-
YUV163.29178.63129.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.31%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=29.31%
G=25.75%
B=44.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651452530.350.4300.01251.1196.4378.04
HexA591FD232B01fb604e
Octal245221375435301373140116
Binary101001011001000111111101100011101011011111101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591FD; }

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

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

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

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

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

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

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

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