#A385F9

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

Shades of Light Slate Blue #A385F9

Tints of Light Slate Blue #A385F9

Color information

#A385F9 (or 0xA385F9) is unknown color: approx Light Slate Blue. HEX triplet: A3, 85 and F9. RGB value is (163,133,249). Sum of RGB (Red+Green+Blue) = 163+133+249=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #A385F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385F9 is #5C7A06. Grayscale: #9A9A9A. Windows color (decimal): -6060551 or 16352675. OLE color: 16352675.

HSL color Cylindrical-coordinate representation of color #A385F9: hue angle of 255.52º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A385F9 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163133249-
CMYK0.350.4700.02
HSL255.52º90.62%74.9%-
HSV(B)255.52º46.59%97.65%-
XYZ40.5931.493.54-
YUV155.19180.94133.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=29.91%
G=24.40%
B=45.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631332490.350.4700.02255.5290.6274.9
HexA385F9232F021005b4b
Octal243205371435702400133113
Binary10100011100001011111100110001110111101010000000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385F9; }

 p { color: rgb(163,133,249); }

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

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

 a { background-color: rgb(163,133,249); }

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

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

 span { border-color: rgb(163,133,249); }

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