#A87DFD

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

Shades of Light Slate Blue #A87DFD

Tints of Light Slate Blue #A87DFD

Color information

#A87DFD (or 0xA87DFD) is unknown color: approx Light Slate Blue. HEX triplet: A8, 7D and FD. RGB value is (168,125,253). Sum of RGB (Red+Green+Blue) = 168+125+253=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #A87DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DFD is #578202. Grayscale: #979797. Windows color (decimal): -5734915 or 16612776. OLE color: 16612776.

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

Color convert

RGB168125253-
CMYK0.340.5100.01
HSL260.16º96.97%74.12%-
HSV(B)260.16º50.59%99.22%-
XYZ41.2130.0896.56-
YUV152.45184.75139.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.77%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=30.77%
G=22.89%
B=46.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681252530.340.5100.01260.1696.9774.12
HexA87DFD223301104614a
Octal250175375426301404141112
Binary101010001111101111111011000101100110110000010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DFD; }

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

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

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

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

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

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

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

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