#A390FA

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

Shades of Light Slate Blue #A390FA

Tints of Light Slate Blue #A390FA

Color information

#A390FA (or 0xA390FA) is unknown color: approx Light Slate Blue. HEX triplet: A3, 90 and FA. RGB value is (163,144,250). Sum of RGB (Red+Green+Blue) = 163+144+250=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #A390FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390FA is #5C6F05. Grayscale: #A1A1A1. Windows color (decimal): -6057734 or 16421027. OLE color: 16421027.

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

Color convert

RGB163144250-
CMYK0.350.4200.02
HSL250.75º91.38%77.25%-
HSV(B)250.75º42.4%98.04%-
XYZ42.3334.6494.9-
YUV161.76177.79128.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=29.26%
G=25.85%
B=44.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631442500.350.4200.02250.7591.3877.25
HexA390FA232A02fb5b4d
Octal243220372435202373133115
Binary1010001110010000111110101000111010100101111101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390FA; }

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

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

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

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

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

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

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

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