#A48DFA

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

Shades of Light Slate Blue #A48DFA

Tints of Light Slate Blue #A48DFA

Color information

#A48DFA (or 0xA48DFA) is unknown color: approx Light Slate Blue. HEX triplet: A4, 8D and FA. RGB value is (164,141,250). Sum of RGB (Red+Green+Blue) = 164+141+250=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #A48DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48DFA is #5B7205. Grayscale: #9F9F9F. Windows color (decimal): -5992966 or 16420260. OLE color: 16420260.

HSL color Cylindrical-coordinate representation of color #A48DFA: hue angle of 252.66º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A48DFA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164141250-
CMYK0.340.4400.02
HSL252.66º91.6%76.67%-
HSV(B)252.66º43.6%98.04%-
XYZ42.0933.8494.76-
YUV160.3178.62130.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=29.55%
G=25.41%
B=45.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641412500.340.4400.02252.6691.676.67
HexA48DFA222C02fd5c4d
Octal244215372425402375134115
Binary1010010010001101111110101000101011000101111110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DFA; }

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

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

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

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

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

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

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

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