#A88AFE

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

Shades of Light Slate Blue #A88AFE

Tints of Light Slate Blue #A88AFE

Color information

#A88AFE (or 0xA88AFE) is unknown color: approx Light Slate Blue. HEX triplet: A8, 8A and FE. RGB value is (168,138,254). Sum of RGB (Red+Green+Blue) = 168+138+254=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A88AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88AFE is #577501. Grayscale: #9F9F9F. Windows color (decimal): -5731586 or 16681640. OLE color: 16681640.

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

Color convert

RGB168138254-
CMYK0.340.4600.00
HSL255.52º98.31%76.86%-
HSV(B)255.52º45.67%99.61%-
XYZ43.1333.6697.99-
YUV160.19180.94133.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=30%
G=24.64%
B=45.36%

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
Decimal1681382540.340.4600.00255.5298.3176.86
HexA88AFE222E00100624d
Octal250212376425600400142115
Binary1010100010001010111111101000101011100010000000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AFE; }

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

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

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

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

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

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

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

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