#A887FD

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

Shades of Light Slate Blue #A887FD

Tints of Light Slate Blue #A887FD

Color information

#A887FD (or 0xA887FD) is unknown color: approx Light Slate Blue. HEX triplet: A8, 87 and FD. RGB value is (168,135,253). Sum of RGB (Red+Green+Blue) = 168+135+253=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #A887FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887FD is #577802. Grayscale: #9D9D9D. Windows color (decimal): -5732355 or 16615336. OLE color: 16615336.

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

Color convert

RGB168135253-
CMYK0.340.4700.01
HSL256.78º96.72%76.08%-
HSV(B)256.78º46.64%99.22%-
XYZ42.5432.7497.01-
YUV158.32181.43134.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 135 (53.12% from 255) = 24.28%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=30.22%
G=24.28%
B=45.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681352530.340.4700.01256.7896.7276.08
HexA887FD222F01101614c
Octal250207375425701401141114
Binary1010100010000111111111011000101011110110000000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887FD; }

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

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

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

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

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

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

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

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