#A385FE

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

Shades of Light Slate Blue #A385FE

Tints of Light Slate Blue #A385FE

Color information

#A385FE (or 0xA385FE) is unknown color: approx Light Slate Blue. HEX triplet: A3, 85 and FE. RGB value is (163,133,254). Sum of RGB (Red+Green+Blue) = 163+133+254=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #A385FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385FE is #5C7A01. Grayscale: #9B9B9B. Windows color (decimal): -6060546 or 16680355. OLE color: 16680355.

HSL color Cylindrical-coordinate representation of color #A385FE: hue angle of 254.88º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A385FE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB163133254-
CMYK0.360.4800.00
HSL254.88º98.37%75.88%-
HSV(B)254.88º47.64%99.61%-
XYZ41.3831.7297.71-
YUV155.76183.44133.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.64%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 254 (99.61% from 255) = 46.18%
R=29.64%
G=24.18%
B=46.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631332540.360.4800.00254.8898.3775.88
HexA385FE243000ff624c
Octal243205376446000377142114
Binary101000111000010111111110100100110000001111111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385FE; }

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

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

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

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

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

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

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

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