#A691FF

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

Shades of Light Slate Blue #A691FF

Tints of Light Slate Blue #A691FF

Color information

#A691FF (or 0xA691FF) is unknown color: approx Light Slate Blue. HEX triplet: A6, 91 and FF. RGB value is (166,145,255). Sum of RGB (Red+Green+Blue) = 166+145+255=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #A691FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A691FF is #596E00. Grayscale: #A3A3A3. Windows color (decimal): -5860865 or 16748966. OLE color: 16748966.

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

Color convert

RGB166145255-
CMYK0.350.4300
HSL251.45º100%78.43%-
HSV(B)251.45º43.14%100%-
XYZ43.935.5899.16-
YUV163.82179.46129.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.33%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 255 (100% from 255) = 45.05%
R=29.33%
G=25.62%
B=45.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661452550.350.4300251.4510078.43
HexA691FF232B00fb644e
Octal246221377435300373144116
Binary101001101001000111111111100011101011001111101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691FF; }

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

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

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

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

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

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

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

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