#A980FD

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

Shades of Light Slate Blue #A980FD

Tints of Light Slate Blue #A980FD

Color information

#A980FD (or 0xA980FD) is unknown color: approx Light Slate Blue. HEX triplet: A9, 80 and FD. RGB value is (169,128,253). Sum of RGB (Red+Green+Blue) = 169+128+253=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 128 (50.39% from 255 or 23.27% 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 #A980FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980FD is #567F02. Grayscale: #9A9A9A. Windows color (decimal): -5668611 or 16613545. OLE color: 16613545.

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

Color convert

RGB169128253-
CMYK0.330.4900.01
HSL259.68º96.9%74.71%-
HSV(B)259.68º49.41%99.22%-
XYZ41.8130.9796.7-
YUV154.51183.58138.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.73%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 253 (99.22% from 255) = 46%
R=30.73%
G=23.27%
B=46%

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
Decimal1691282530.330.4900.01259.6896.974.71
HexA980FD213101104614b
Octal251200375416101404141113
Binary1010100110000000111111011000011100010110000010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980FD; }

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

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

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

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

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

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

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

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