#A391FF

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

Shades of Light Slate Blue #A391FF

Tints of Light Slate Blue #A391FF

Color information

#A391FF (or 0xA391FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 91 and FF. RGB value is (163,145,255). Sum of RGB (Red+Green+Blue) = 163+145+255=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #A391FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A391FF is #5C6E00. Grayscale: #A2A2A2. Windows color (decimal): -6057473 or 16748963. OLE color: 16748963.

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

Color convert

RGB163145255-
CMYK0.360.4300
HSL249.82º100%78.43%-
HSV(B)249.82º43.14%100%-
XYZ43.2835.2699.13-
YUV162.92179.96128.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 255 (100% from 255) = 45.29%
R=28.95%
G=25.75%
B=45.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631452550.360.4300249.8210078.43
HexA391FF242B00fa644e
Octal243221377445300372144116
Binary101000111001000111111111100100101011001111101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391FF; }

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

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

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

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

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

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

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

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