#A48CF9

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

Shades of Light Slate Blue #A48CF9

Tints of Light Slate Blue #A48CF9

Color information

#A48CF9 (or 0xA48CF9) is unknown color: approx Light Slate Blue. HEX triplet: A4, 8C and F9. RGB value is (164,140,249). Sum of RGB (Red+Green+Blue) = 164+140+249=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #A48CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48CF9 is #5B7306. Grayscale: #9F9F9F. Windows color (decimal): -5993223 or 16354468. OLE color: 16354468.

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

Color convert

RGB164140249-
CMYK0.340.4400.02
HSL253.21º90.08%76.27%-
HSV(B)253.21º43.78%97.65%-
XYZ41.7933.4993.88-
YUV159.6178.45131.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.66%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=29.66%
G=25.32%
B=45.03%

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
Decimal1641402490.340.4400.02253.2190.0876.27
HexA48CF9222C02fd5a4c
Octal244214371425402375132114
Binary1010010010001100111110011000101011000101111110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CF9; }

 p { color: rgb(164,140,249); }

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

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

 a { background-color: rgb(164,140,249); }

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

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

 span { border-color: rgb(164,140,249); }

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