#A984FD

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

Shades of Light Slate Blue #A984FD

Tints of Light Slate Blue #A984FD

Color information

#A984FD (or 0xA984FD) is unknown color: approx Light Slate Blue. HEX triplet: A9, 84 and FD. RGB value is (169,132,253). Sum of RGB (Red+Green+Blue) = 169+132+253=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #A984FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A984FD is #567B02. Grayscale: #9C9C9C. Windows color (decimal): -5667587 or 16614569. OLE color: 16614569.

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

Color convert

RGB169132253-
CMYK0.330.4800.01
HSL258.35º96.8%75.49%-
HSV(B)258.35º47.83%99.22%-
XYZ42.3432.0396.88-
YUV156.86182.26136.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.51%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=30.51%
G=23.83%
B=45.67%

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
Decimal1691322530.330.4800.01258.3596.875.49
HexA984FD213001102614b
Octal251204375416001402141113
Binary1010100110000100111111011000011100000110000001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984FD; }

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

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

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

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

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

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

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

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