#A091FF

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

Shades of Light Slate Blue #A091FF

Tints of Light Slate Blue #A091FF

Color information

#A091FF (or 0xA091FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 91 and FF. RGB value is (160,145,255). Sum of RGB (Red+Green+Blue) = 160+145+255=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #A091FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091FF is #5F6E00. Grayscale: #A1A1A1. Windows color (decimal): -6254081 or 16748960. OLE color: 16748960.

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

Color convert

RGB160145255-
CMYK0.370.4300
HSL248.18º100%78.43%-
HSV(B)248.18º43.14%100%-
XYZ42.6734.9499.1-
YUV162.02180.47126.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.57%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 255 (100% from 255) = 45.54%
R=28.57%
G=25.89%
B=45.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601452550.370.4300248.1810078.43
HexA091FF252B00f8644e
Octal240221377455300370144116
Binary101000001001000111111111100101101011001111100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091FF; }

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

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

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

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

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

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

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

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