#A983FD

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

Shades of Light Slate Blue #A983FD

Tints of Light Slate Blue #A983FD

Color information

#A983FD (or 0xA983FD) is unknown color: approx Light Slate Blue. HEX triplet: A9, 83 and FD. RGB value is (169,131,253). Sum of RGB (Red+Green+Blue) = 169+131+253=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #A983FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A983FD is #567C02. Grayscale: #9B9B9B. Windows color (decimal): -5667843 or 16614313. OLE color: 16614313.

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

Color convert

RGB169131253-
CMYK0.330.4800.01
HSL258.69º96.83%75.29%-
HSV(B)258.69º48.22%99.22%-
XYZ42.2131.7696.83-
YUV156.27182.59137.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=30.56%
G=23.69%
B=45.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691312530.330.4800.01258.6996.8375.29
HexA983FD213001103614b
Octal251203375416001403141113
Binary1010100110000011111111011000011100000110000001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983FD; }

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

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

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

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

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

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

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

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