#A391FD

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

Shades of Light Slate Blue #A391FD

Tints of Light Slate Blue #A391FD

Color information

#A391FD (or 0xA391FD) is unknown color: approx Light Slate Blue. HEX triplet: A3, 91 and FD. RGB value is (163,145,253). Sum of RGB (Red+Green+Blue) = 163+145+253=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #A391FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A391FD is #5C6E02. Grayscale: #A2A2A2. Windows color (decimal): -6057475 or 16617891. OLE color: 16617891.

HSL color Cylindrical-coordinate representation of color #A391FD: hue angle of 250º 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 #A391FD is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163145253-
CMYK0.360.4300.01
HSL250º96.43%78.04%-
HSV(B)250º42.69%99.22%-
XYZ42.9635.1397.44-
YUV162.69178.96128.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.06%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=29.06%
G=25.85%
B=45.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631452530.360.4300.0125096.4378.04
HexA391FD242B01fa604e
Octal243221375445301372140116
Binary101000111001000111111101100100101011011111101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391FD; }

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

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

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

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

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

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

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

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