#A989FF

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

Shades of Light Slate Blue #A989FF

Tints of Light Slate Blue #A989FF

Color information

#A989FF (or 0xA989FF) is unknown color: approx Light Slate Blue. HEX triplet: A9, 89 and FF. RGB value is (169,137,255). Sum of RGB (Red+Green+Blue) = 169+137+255=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #A989FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A989FF is #567600. Grayscale: #9F9F9F. Windows color (decimal): -5666305 or 16746921. OLE color: 16746921.

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

Color convert

RGB169137255-
CMYK0.340.4600
HSL256.27º100%76.86%-
HSV(B)256.27º46.27%100%-
XYZ43.3633.5598.8-
YUV160.02181.6134.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.12%
GREEN value IS 137 (53.91% from 255) = 24.42%
BLUE value IS 255 (100% from 255) = 45.45%
R=30.12%
G=24.42%
B=45.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691372550.340.4600256.2710076.86
HexA989FF222E00100644d
Octal251211377425600400144115
Binary1010100110001001111111111000101011100010000000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989FF; }

 p { color: rgb(169,137,255); }

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

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

 a { background-color: rgb(169,137,255); }

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

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

 span { border-color: rgb(169,137,255); }

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