#A390FF

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

Shades of Light Slate Blue #A390FF

Tints of Light Slate Blue #A390FF

Color information

#A390FF (or 0xA390FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 90 and FF. RGB value is (163,144,255). Sum of RGB (Red+Green+Blue) = 163+144+255=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #A390FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390FF is #5C6F00. Grayscale: #A1A1A1. Windows color (decimal): -6057729 or 16748707. OLE color: 16748707.

HSL color Cylindrical-coordinate representation of color #A390FF: hue angle of 250.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A390FF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB163144255-
CMYK0.360.4400
HSL250.27º100%78.24%-
HSV(B)250.27º43.53%100%-
XYZ43.1334.9599.08-
YUV162.33180.29128.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 255 (100% from 255) = 45.37%
R=29.00%
G=25.62%
B=45.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631442550.360.4400250.2710078.24
HexA390FF242C00fa644e
Octal243220377445400372144116
Binary101000111001000011111111100100101100001111101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390FF; }

 p { color: rgb(163,144,255); }

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

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

 a { background-color: rgb(163,144,255); }

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

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

 span { border-color: rgb(163,144,255); }

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