#A389FD

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

Shades of Light Slate Blue #A389FD

Tints of Light Slate Blue #A389FD

Color information

#A389FD (or 0xA389FD) is unknown color: approx Light Slate Blue. HEX triplet: A3, 89 and FD. RGB value is (163,137,253). Sum of RGB (Red+Green+Blue) = 163+137+253=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #A389FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A389FD is #5C7602. Grayscale: #9D9D9D. Windows color (decimal): -6059523 or 16615843. OLE color: 16615843.

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

Color convert

RGB163137253-
CMYK0.360.4600.01
HSL253.45º96.67%76.47%-
HSV(B)253.45º45.85%99.22%-
XYZ41.7832.7797.05-
YUV158181.61131.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.48%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=29.48%
G=24.77%
B=45.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631372530.360.4600.01253.4596.6776.47
HexA389FD242E01fd614c
Octal243211375445601375141114
Binary101000111000100111111101100100101110011111110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389FD; }

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

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

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

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

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

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

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

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