#A388FA

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

Shades of Light Slate Blue #A388FA

Tints of Light Slate Blue #A388FA

Color information

#A388FA (or 0xA388FA) is unknown color: approx Light Slate Blue. HEX triplet: A3, 88 and FA. RGB value is (163,136,250). Sum of RGB (Red+Green+Blue) = 163+136+250=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #A388FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388FA is #5C7705. Grayscale: #9C9C9C. Windows color (decimal): -6059782 or 16418979. OLE color: 16418979.

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

Color convert

RGB163136250-
CMYK0.350.4600.02
HSL254.21º91.94%75.69%-
HSV(B)254.21º45.6%98.04%-
XYZ41.1632.394.51-
YUV157.07180.45132.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.69%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=29.69%
G=24.77%
B=45.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631362500.350.4600.02254.2191.9475.69
HexA388FA232E02fe5c4c
Octal243210372435602376134114
Binary1010001110001000111110101000111011100101111111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388FA; }

 p { color: rgb(163,136,250); }

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

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

 a { background-color: rgb(163,136,250); }

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

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

 span { border-color: rgb(163,136,250); }

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