#A48DFD

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

Shades of Light Slate Blue #A48DFD

Tints of Light Slate Blue #A48DFD

Color information

#A48DFD (or 0xA48DFD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 8D and FD. RGB value is (164,141,253). Sum of RGB (Red+Green+Blue) = 164+141+253=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #A48DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48DFD is #5B7202. Grayscale: #A0A0A0. Windows color (decimal): -5992963 or 16616868. OLE color: 16616868.

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

Color convert

RGB164141253-
CMYK0.350.4400.01
HSL252.32º96.55%77.25%-
HSV(B)252.32º44.27%99.22%-
XYZ42.5634.0397.25-
YUV160.65180.12130.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=29.39%
G=25.27%
B=45.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641412530.350.4400.01252.3296.5577.25
HexA48DFD232C01fc614d
Octal244215375435401374141115
Binary101001001000110111111101100011101100011111110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DFD; }

 p { color: rgb(164,141,253); }

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

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

 a { background-color: rgb(164,141,253); }

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

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

 span { border-color: rgb(164,141,253); }

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