#a160fe

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

Shades of Light Slate Blue #A160FE

Tints of Light Slate Blue #A160FE

Color information

#A160FE (or 0xA160FE) is unknown color: approx Light Slate Blue. HEX triplet: A1, 60 and FE. RGB value is (161,96,254). Sum of RGB (Red+Green+Blue) = 161+96+254=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #A160FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A160FE is #5E9F01. Grayscale: #848484. Windows color (decimal): -6201090 or 16670881. OLE color: 16670881.

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

Color convert

RGB16196254-
CMYK0.370.6200.00
HSL264.68º98.75%68.63%-
HSV(B)264.68º62.2%99.61%-
XYZ36.7723.196.29-
YUV133.45196.03147.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 96 (37.89% from 255) = 18.79%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=31.51%
G=18.79%
B=49.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal161962540.370.6200.00264.6898.7568.63
HexA160FE253E001096345
Octal241140376457600411143105
Binary101000011100000111111101001011111100010000100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a160fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a160fe; }

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

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

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

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

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

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

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

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