#A87DFE

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

Shades of Light Slate Blue #A87DFE

Tints of Light Slate Blue #A87DFE

Color information

#A87DFE (or 0xA87DFE) is unknown color: approx Light Slate Blue. HEX triplet: A8, 7D and FE. RGB value is (168,125,254). Sum of RGB (Red+Green+Blue) = 168+125+254=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #A87DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DFE is #578201. Grayscale: #989898. Windows color (decimal): -5734914 or 16678312. OLE color: 16678312.

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

Color convert

RGB168125254-
CMYK0.340.5100.00
HSL260º98.47%74.31%-
HSV(B)260º50.79%99.61%-
XYZ41.3730.1597.4-
YUV152.56185.25139.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=30.71%
G=22.85%
B=46.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681252540.340.5100.0026098.4774.31
HexA87DFE223300104624a
Octal250175376426300404142112
Binary101010001111101111111101000101100110010000010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DFE; }

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

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

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

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

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

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

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

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