#A190FE

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

Shades of Light Slate Blue #A190FE

Tints of Light Slate Blue #A190FE

Color information

#A190FE (or 0xA190FE) is unknown color: approx Light Slate Blue. HEX triplet: A1, 90 and FE. RGB value is (161,144,254). Sum of RGB (Red+Green+Blue) = 161+144+254=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #A190FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190FE is #5E6F01. Grayscale: #A1A1A1. Windows color (decimal): -6188802 or 16683169. OLE color: 16683169.

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

Color convert

RGB161144254-
CMYK0.370.4300.00
HSL249.27º98.21%78.04%-
HSV(B)249.27º43.31%99.61%-
XYZ42.5634.6898.22-
YUV161.62180.13127.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 144 (56.64% from 255) = 25.76%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=28.80%
G=25.76%
B=45.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1611442540.370.4300.00249.2798.2178.04
HexA190FE252B00f9624e
Octal241220376455300371142116
Binary101000011001000011111110100101101011001111100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190FE; }

 p { color: rgb(161,144,254); }

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

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

 a { background-color: rgb(161,144,254); }

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

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

 span { border-color: rgb(161,144,254); }

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