#A888FE

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

Shades of Light Slate Blue #A888FE

Tints of Light Slate Blue #A888FE

Color information

#A888FE (or 0xA888FE) is unknown color: approx Light Slate Blue. HEX triplet: A8, 88 and FE. RGB value is (168,136,254). Sum of RGB (Red+Green+Blue) = 168+136+254=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #A888FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888FE is #577701. Grayscale: #9E9E9E. Windows color (decimal): -5732098 or 16681128. OLE color: 16681128.

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

Color convert

RGB168136254-
CMYK0.340.4600.00
HSL256.27º98.33%76.47%-
HSV(B)256.27º46.46%99.61%-
XYZ42.8433.0997.89-
YUV159.02181.6134.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 136 (53.52% from 255) = 24.37%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=30.11%
G=24.37%
B=45.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681362540.340.4600.00256.2798.3376.47
HexA888FE222E00100624c
Octal250210376425600400142114
Binary1010100010001000111111101000101011100010000000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888FE; }

 p { color: rgb(168,136,254); }

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

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

 a { background-color: rgb(168,136,254); }

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

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

 span { border-color: rgb(168,136,254); }

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