#A17CFE

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

Shades of Light Slate Blue #A17CFE

Tints of Light Slate Blue #A17CFE

Color information

#A17CFE (or 0xA17CFE) is unknown color: approx Light Slate Blue. HEX triplet: A1, 7C and FE. RGB value is (161,124,254). Sum of RGB (Red+Green+Blue) = 161+124+254=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A17CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CFE is #5E8301. Grayscale: #959595. Windows color (decimal): -6193922 or 16678049. OLE color: 16678049.

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

Color convert

RGB161124254-
CMYK0.370.5100.00
HSL257.08º98.48%74.12%-
HSV(B)257.08º51.18%99.61%-
XYZ39.7929.1597.29-
YUV149.88186.76135.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=29.87%
G=23.01%
B=47.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1611242540.370.5100.00257.0898.4874.12
HexA17CFE253300101624a
Octal241174376456300401142112
Binary101000011111100111111101001011100110010000000111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CFE; }

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

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

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

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

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

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

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

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