#A388F9

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

Shades of Light Slate Blue #A388F9

Tints of Light Slate Blue #A388F9

Color information

#A388F9 (or 0xA388F9) is unknown color: approx Light Slate Blue. HEX triplet: A3, 88 and F9. RGB value is (163,136,249). Sum of RGB (Red+Green+Blue) = 163+136+249=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #A388F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388F9 is #5C7706. Grayscale: #9C9C9C. Windows color (decimal): -6059783 or 16353443. OLE color: 16353443.

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

Color convert

RGB163136249-
CMYK0.350.4500.02
HSL254.34º90.4%75.49%-
HSV(B)254.34º45.38%97.65%-
XYZ41.0132.2393.68-
YUV156.95179.95132.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.74%
GREEN value IS 136 (53.52% from 255) = 24.82%
BLUE value IS 249 (97.66% from 255) = 45.44%
R=29.74%
G=24.82%
B=45.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631362490.350.4500.02254.3490.475.49
HexA388F9232D02fe5a4b
Octal243210371435502376132113
Binary1010001110001000111110011000111011010101111111010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388F9; }

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

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

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

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

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

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

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

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