#A384FD

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

Shades of Light Slate Blue #A384FD

Tints of Light Slate Blue #A384FD

Color information

#A384FD (or 0xA384FD) is unknown color: approx Light Slate Blue. HEX triplet: A3, 84 and FD. RGB value is (163,132,253). Sum of RGB (Red+Green+Blue) = 163+132+253=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #A384FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384FD is #5C7B02. Grayscale: #9A9A9A. Windows color (decimal): -6060803 or 16614563. OLE color: 16614563.

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

Color convert

RGB163132253-
CMYK0.360.4800.01
HSL255.37º96.8%75.49%-
HSV(B)255.37º47.83%99.22%-
XYZ41.0931.3896.82-
YUV155.06183.27133.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.74%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=29.74%
G=24.09%
B=46.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631322530.360.4800.01255.3796.875.49
HexA384FD243001ff614b
Octal243204375446001377141113
Binary101000111000010011111101100100110000011111111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384FD; }

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

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

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

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

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

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

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

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