#A886FD

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

Shades of Light Slate Blue #A886FD

Tints of Light Slate Blue #A886FD

Color information

#A886FD (or 0xA886FD) is unknown color: approx Light Slate Blue. HEX triplet: A8, 86 and FD. RGB value is (168,134,253). Sum of RGB (Red+Green+Blue) = 168+134+253=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #A886FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886FD is #577902. Grayscale: #9D9D9D. Windows color (decimal): -5732611 or 16615080. OLE color: 16615080.

HSL color Cylindrical-coordinate representation of color #A886FD: hue angle of 257.14º 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 #A886FD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168134253-
CMYK0.340.4700.01
HSL257.14º96.75%75.88%-
HSV(B)257.14º47.04%99.22%-
XYZ42.432.4796.96-
YUV157.73181.76135.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=30.27%
G=24.14%
B=45.59%

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
Decimal1681342530.340.4700.01257.1496.7575.88
HexA886FD222F01101614c
Octal250206375425701401141114
Binary1010100010000110111111011000101011110110000000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886FD; }

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

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

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

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

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

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

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

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