#A091FD

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

Shades of Light Slate Blue #A091FD

Tints of Light Slate Blue #A091FD

Color information

#A091FD (or 0xA091FD) is unknown color: approx Light Slate Blue. HEX triplet: A0, 91 and FD. RGB value is (160,145,253). Sum of RGB (Red+Green+Blue) = 160+145+253=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #A091FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091FD is #5F6E02. Grayscale: #A1A1A1. Windows color (decimal): -6254083 or 16617888. OLE color: 16617888.

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

Color convert

RGB160145253-
CMYK0.370.4300.01
HSL248.33º96.43%78.04%-
HSV(B)248.33º42.69%99.22%-
XYZ42.3534.8297.42-
YUV161.8179.47126.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.67%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=28.67%
G=25.99%
B=45.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601452530.370.4300.01248.3396.4378.04
HexA091FD252B01f8604e
Octal240221375455301370140116
Binary101000001001000111111101100101101011011111100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091FD; }

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

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

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

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

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

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

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

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