#A48BFC

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

Shades of Light Slate Blue #A48BFC

Tints of Light Slate Blue #A48BFC

Color information

#A48BFC (or 0xA48BFC) is unknown color: approx Light Slate Blue. HEX triplet: A4, 8B and FC. RGB value is (164,139,252). Sum of RGB (Red+Green+Blue) = 164+139+252=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #A48BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BFC is #5B7403. Grayscale: #9E9E9E. Windows color (decimal): -5993476 or 16550820. OLE color: 16550820.

HSL color Cylindrical-coordinate representation of color #A48BFC: hue angle of 253.27º degrees, saturation: 0.95, 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 #A48BFC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164139252-
CMYK0.350.4500.01
HSL253.27º94.96%76.67%-
HSV(B)253.27º44.84%98.82%-
XYZ42.1133.3996.32-
YUV159.36180.28131.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=29.55%
G=25.05%
B=45.41%

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
Decimal1641392520.350.4500.01253.2794.9676.67
HexA48BFC232D01fd5f4d
Octal244213374435501375137115
Binary101001001000101111111100100011101101011111110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BFC; }

 p { color: rgb(164,139,252); }

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

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

 a { background-color: rgb(164,139,252); }

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

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

 span { border-color: rgb(164,139,252); }

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