#a988ff

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

Shades of Light Slate Blue #A988FF

Tints of Light Slate Blue #A988FF

Color information

#A988FF (or 0xA988FF) is unknown color: approx Light Slate Blue. HEX triplet: A9, 88 and FF. RGB value is (169,136,255). Sum of RGB (Red+Green+Blue) = 169+136+255=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 136 (53.52% from 255 or 24.29% 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 #A988FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988FF is #567700. Grayscale: #9E9E9E. Windows color (decimal): -5666561 or 16746665. OLE color: 16746665.

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

Color convert

RGB169136255-
CMYK0.340.4700
HSL256.64º100%76.67%-
HSV(B)256.64º46.67%100%-
XYZ43.2233.2698.75-
YUV159.43181.93134.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 136 (53.52% from 255) = 24.29%
BLUE value IS 255 (100% from 255) = 45.54%
R=30.18%
G=24.29%
B=45.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691362550.340.4700256.6410076.67
HexA988FF222F00101644d
Octal251210377425700401144115
Binary1010100110001000111111111000101011110010000000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a988ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a988ff; }

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

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

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

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

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

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

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

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