#A194FF

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

Shades of Light Slate Blue #A194FF

Tints of Light Slate Blue #A194FF

Color information

#A194FF (or 0xA194FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 94 and FF. RGB value is (161,148,255). Sum of RGB (Red+Green+Blue) = 161+148+255=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #A194FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194FF is #5E6B00. Grayscale: #A3A3A3. Windows color (decimal): -6187777 or 16749729. OLE color: 16749729.

HSL color Cylindrical-coordinate representation of color #A194FF: hue angle of 247.29º 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 #A194FF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161148255-
CMYK0.370.4200
HSL247.29º100%79.02%-
HSV(B)247.29º41.96%100%-
XYZ43.3435.9899.27-
YUV164.08179.31125.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 148 (58.20% from 255) = 26.24%
BLUE value IS 255 (100% from 255) = 45.21%
R=28.55%
G=26.24%
B=45.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611482550.370.4200247.2910079.02
HexA194FF252A00f7644f
Octal241224377455200367144117
Binary101000011001010011111111100101101010001111011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194FF; }

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

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

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

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

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

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

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

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