#A981FD

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

Shades of Light Slate Blue #A981FD

Tints of Light Slate Blue #A981FD

Color information

#A981FD (or 0xA981FD) is unknown color: approx Light Slate Blue. HEX triplet: A9, 81 and FD. RGB value is (169,129,253). Sum of RGB (Red+Green+Blue) = 169+129+253=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #A981FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A981FD is #567E02. Grayscale: #9A9A9A. Windows color (decimal): -5668355 or 16613801. OLE color: 16613801.

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

Color convert

RGB169129253-
CMYK0.330.4900.01
HSL259.35º96.88%74.9%-
HSV(B)259.35º49.01%99.22%-
XYZ41.9431.2396.75-
YUV155.1183.25137.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.67%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=30.67%
G=23.41%
B=45.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691292530.330.4900.01259.3596.8874.9
HexA981FD213101103614b
Octal251201375416101403141113
Binary1010100110000001111111011000011100010110000001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981FD; }

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

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

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

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

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

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

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

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