#A193FF

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

Shades of Light Slate Blue #A193FF

Tints of Light Slate Blue #A193FF

Color information

#A193FF (or 0xA193FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 93 and FF. RGB value is (161,147,255). Sum of RGB (Red+Green+Blue) = 161+147+255=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #A193FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193FF is #5E6C00. Grayscale: #A3A3A3. Windows color (decimal): -6188033 or 16749473. OLE color: 16749473.

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

Color convert

RGB161147255-
CMYK0.370.4200
HSL247.78º100%78.82%-
HSV(B)247.78º42.35%100%-
XYZ43.1835.6699.22-
YUV163.5179.64126.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 255 (100% from 255) = 45.29%
R=28.60%
G=26.11%
B=45.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611472550.370.4200247.7810078.82
HexA193FF252A00f8644f
Octal241223377455200370144117
Binary101000011001001111111111100101101010001111100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193FF; }

 p { color: rgb(161,147,255); }

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

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

 a { background-color: rgb(161,147,255); }

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

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

 span { border-color: rgb(161,147,255); }

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