#A091FE

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

Shades of Light Slate Blue #A091FE

Tints of Light Slate Blue #A091FE

Color information

#A091FE (or 0xA091FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 91 and FE. RGB value is (160,145,254). Sum of RGB (Red+Green+Blue) = 160+145+254=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #A091FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091FE is #5F6E01. Grayscale: #A1A1A1. Windows color (decimal): -6254082 or 16683424. OLE color: 16683424.

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

Color convert

RGB160145254-
CMYK0.370.4300.00
HSL248.26º98.2%78.24%-
HSV(B)248.26º42.91%99.61%-
XYZ42.5134.8898.26-
YUV161.91179.97126.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=28.62%
G=25.94%
B=45.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601452540.370.4300.00248.2698.278.24
HexA091FE252B00f8624e
Octal240221376455300370142116
Binary101000001001000111111110100101101011001111100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091FE; }

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

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

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

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

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

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

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

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