#A881FD

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

Shades of Light Slate Blue #A881FD

Tints of Light Slate Blue #A881FD

Color information

#A881FD (or 0xA881FD) is unknown color: approx Light Slate Blue. HEX triplet: A8, 81 and FD. RGB value is (168,129,253). Sum of RGB (Red+Green+Blue) = 168+129+253=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #A881FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881FD is #577E02. Grayscale: #9A9A9A. Windows color (decimal): -5733891 or 16613800. OLE color: 16613800.

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

Color convert

RGB168129253-
CMYK0.340.4900.01
HSL258.87º96.88%74.9%-
HSV(B)258.87º49.01%99.22%-
XYZ41.7331.1296.74-
YUV154.8183.42137.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.55%
GREEN value IS 129 (50.78% from 255) = 23.45%
BLUE value IS 253 (99.22% from 255) = 46%
R=30.55%
G=23.45%
B=46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681292530.340.4900.01258.8796.8874.9
HexA881FD223101103614b
Octal250201375426101403141113
Binary1010100010000001111111011000101100010110000001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881FD; }

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

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

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

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

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

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

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

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