#A88DFE

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

Shades of Light Slate Blue #A88DFE

Tints of Light Slate Blue #A88DFE

Color information

#A88DFE (or 0xA88DFE) is unknown color: approx Light Slate Blue. HEX triplet: A8, 8D and FE. RGB value is (168,141,254). Sum of RGB (Red+Green+Blue) = 168+141+254=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #A88DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88DFE is #577201. Grayscale: #A1A1A1. Windows color (decimal): -5730818 or 16682408. OLE color: 16682408.

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

Color convert

RGB168141254-
CMYK0.340.4400.00
HSL254.34º98.26%77.45%-
HSV(B)254.34º44.49%99.61%-
XYZ43.5634.5398.13-
YUV161.95179.95132.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=29.84%
G=25.04%
B=45.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681412540.340.4400.00254.3498.2677.45
HexA88DFE222C00fe624d
Octal250215376425400376142115
Binary101010001000110111111110100010101100001111111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DFE; }

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

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

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

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

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

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

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

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