#A171FF

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

Shades of Light Slate Blue #A171FF

Tints of Light Slate Blue #A171FF

Color information

#A171FF (or 0xA171FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 71 and FF. RGB value is (161,113,255). Sum of RGB (Red+Green+Blue) = 161+113+255=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #A171FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A171FF is #5E8E00. Grayscale: #8F8F8F. Windows color (decimal): -6196737 or 16740769. OLE color: 16740769.

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

Color convert

RGB161113255-
CMYK0.370.5600
HSL260.28º100%72.16%-
HSV(B)260.28º55.69%100%-
XYZ38.6526.6197.71-
YUV143.54190.9140.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 255 (100% from 255) = 48.20%
R=30.43%
G=21.36%
B=48.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611132550.370.5600260.2810072.16
HexA171FF2538001046448
Octal241161377457000404144110
Binary101000011110001111111111001011110000010000010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171FF; }

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

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

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

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

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

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

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

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