#A385FD

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

Shades of Light Slate Blue #A385FD

Tints of Light Slate Blue #A385FD

Color information

#A385FD (or 0xA385FD) is unknown color: approx Light Slate Blue. HEX triplet: A3, 85 and FD. RGB value is (163,133,253). Sum of RGB (Red+Green+Blue) = 163+133+253=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #A385FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385FD is #5C7A02. Grayscale: #9B9B9B. Windows color (decimal): -6060547 or 16614819. OLE color: 16614819.

HSL color Cylindrical-coordinate representation of color #A385FD: hue angle of 255º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A385FD is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163133253-
CMYK0.360.4700.01
HSL255º96.77%75.69%-
HSV(B)255º47.43%99.22%-
XYZ41.2231.6596.87-
YUV155.65182.94133.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.69%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=29.69%
G=24.23%
B=46.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631332530.360.4700.0125596.7775.69
HexA385FD242F01ff614c
Octal243205375445701377141114
Binary101000111000010111111101100100101111011111111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385FD; }

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

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

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

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

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

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

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

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