#A48AFD

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

Shades of Light Slate Blue #A48AFD

Tints of Light Slate Blue #A48AFD

Color information

#A48AFD (or 0xA48AFD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 8A and FD. RGB value is (164,138,253). Sum of RGB (Red+Green+Blue) = 164+138+253=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #A48AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48AFD is #5B7502. Grayscale: #9E9E9E. Windows color (decimal): -5993731 or 16616100. OLE color: 16616100.

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

Color convert

RGB164138253-
CMYK0.350.4500.01
HSL253.57º96.64%76.67%-
HSV(B)253.57º45.45%99.22%-
XYZ42.1333.1697.11-
YUV158.88181.11131.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=29.55%
G=24.86%
B=45.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641382530.350.4500.01253.5796.6476.67
HexA48AFD232D01fe614d
Octal244212375435501376141115
Binary101001001000101011111101100011101101011111111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AFD; }

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

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

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

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

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

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

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

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