#A88BFE

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

Shades of Light Slate Blue #A88BFE

Tints of Light Slate Blue #A88BFE

Color information

#A88BFE (or 0xA88BFE) is unknown color: approx Light Slate Blue. HEX triplet: A8, 8B and FE. RGB value is (168,139,254). Sum of RGB (Red+Green+Blue) = 168+139+254=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #A88BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88BFE is #577401. Grayscale: #A0A0A0. Windows color (decimal): -5731330 or 16681896. OLE color: 16681896.

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

Color convert

RGB168139254-
CMYK0.340.4500.00
HSL255.13º98.29%77.06%-
HSV(B)255.13º45.28%99.61%-
XYZ43.2733.9598.04-
YUV160.78180.61133.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=29.95%
G=24.78%
B=45.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681392540.340.4500.00255.1398.2977.06
HexA88BFE222D00ff624d
Octal250213376425500377142115
Binary101010001000101111111110100010101101001111111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BFE; }

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

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

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

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

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

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

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

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