#A171FD

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

Shades of Light Slate Blue #A171FD

Tints of Light Slate Blue #A171FD

Color information

#A171FD (or 0xA171FD) is unknown color: approx Light Slate Blue. HEX triplet: A1, 71 and FD. RGB value is (161,113,253). Sum of RGB (Red+Green+Blue) = 161+113+253=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #A171FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A171FD is #5E8E02. Grayscale: #8E8E8E. Windows color (decimal): -6196739 or 16609697. OLE color: 16609697.

HSL color Cylindrical-coordinate representation of color #A171FD: hue angle of 260.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A171FD is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161113253-
CMYK0.360.5500.01
HSL260.57º97.22%71.76%-
HSV(B)260.57º55.34%99.22%-
XYZ38.3326.4896.02-
YUV143.31189.9140.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=30.55%
G=21.44%
B=48.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611132530.360.5500.01260.5797.2271.76
HexA171FD2437011056148
Octal241161375446701405141110
Binary101000011110001111111011001001101110110000010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171FD; }

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

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

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

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

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

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

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

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